Class JPServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openbase.jps.exception.JPServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JPBadArgumentException, JPInitializationException, JPNotAvailableException, JPParsingException, JPValidationException

public class JPServiceException extends Exception
Author:
Divine Threepwood
See Also:
  • Constructor Details

    • JPServiceException

      public JPServiceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • JPServiceException

      public JPServiceException(Throwable cause)
    • JPServiceException

      public JPServiceException(String message, Throwable cause)
    • JPServiceException

      public JPServiceException(String message)
    • JPServiceException

      public JPServiceException()