Class ServicePackageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.tools.ServicePackageException
All Implemented Interfaces:
Serializable

public class ServicePackageException extends Exception
This exception is thrown if an issues occurs with a service package (jar) or while handling its dependencies. Usually during the upload process.
See Also:
  • Constructor Details

    • ServicePackageException

      public ServicePackageException(String message)
    • ServicePackageException

      public ServicePackageException(Throwable cause)
    • ServicePackageException

      public ServicePackageException(String message, Throwable cause)