Class InstallPackageServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.installer.lib.api.execution.InstallPackageServiceException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class InstallPackageServiceException extends org.gvsig.tools.exception.BaseException
Base exception for all the exceptions that are thrown by the process of installation of a package. The InstallPackageService throws this exception on its methods.
Author:
Jorge Piera Llodrá
See Also:
  • Constructor Details

    • InstallPackageServiceException

      public InstallPackageServiceException()
      See Also:
      • invalid reference
        BaseException#BaseException(String, long)
    • InstallPackageServiceException

      public InstallPackageServiceException(Throwable cause)
      See Also:
      • invalid reference
        BaseException#BaseException(Throwable, String, long)
    • InstallPackageServiceException

      protected InstallPackageServiceException(String message, Throwable cause, String key, long code)
    • InstallPackageServiceException

      protected InstallPackageServiceException(String message, String key, long code)