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
public class JPServiceException extends Exception
- Author:
- Divine Threepwood
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JPServiceException()JPServiceException(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 Detail
-
JPServiceException
public JPServiceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
JPServiceException
public JPServiceException(Throwable cause)
-
JPServiceException
public JPServiceException(String message)
-
JPServiceException
public JPServiceException()
-
-