Class PackageExistsException

All Implemented Interfaces:
Serializable

public class PackageExistsException extends PackageException
Exception thrown if a specified package already exist.
See Also:
  • Constructor Details

    • PackageExistsException

      public PackageExistsException()
    • PackageExistsException

      public PackageExistsException(String message)
    • PackageExistsException

      public PackageExistsException(String message, Throwable cause)
    • PackageExistsException

      public PackageExistsException(Throwable cause)
  • Method Details