Package org.openbase.jps.exception
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
- Author:
- Divine Threepwood
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJPServiceException(String message) JPServiceException(String message, Throwable cause) JPServiceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) JPServiceException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JPServiceException
-
JPServiceException
-
JPServiceException
-
JPServiceException
-
JPServiceException
public JPServiceException()
-