Class MakePackageServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.installer.lib.api.creation.MakePackageServiceException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException
Direct Known Subclasses:
MakePluginPackageServiceException

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

    • MakePackageServiceException

      public MakePackageServiceException()
      See Also:
      • BaseException(String, String, long)
    • MakePackageServiceException

      public MakePackageServiceException(Throwable cause)
      See Also:
      • BaseException(String, Throwable, String, long)
    • MakePackageServiceException

      protected MakePackageServiceException(String message, String key, long serialVersion)
      See Also:
      • BaseException(String, String, long)
    • MakePackageServiceException

      protected MakePackageServiceException(String message, Throwable cause, String key, long serialVersion)
      See Also:
      • BaseException(String, Throwable, String, long)