Package com.jedox.palojlib.exceptions
Class PaloJException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jedox.palojlib.exceptions.PaloJException
- All Implemented Interfaces:
Serializable
Exceptions that are thrown from the client library
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPaloJException(String message) Constructs a newPaloJExceptionwith the given detail message.PaloJException(String message, Throwable cause) Constructs a newPaloJExceptionwith the given detail message and cause.PaloJException(Throwable cause) Constructs a newPaloJExceptionwith the given 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
-
PaloJException
Constructs a newPaloJExceptionwith the given cause.- Parameters:
cause- the cause- See Also:
-
PaloJException
Constructs a newPaloJExceptionwith the given detail message.- Parameters:
message- the detail message- See Also:
-
PaloJException
Constructs a newPaloJExceptionwith the given detail message and cause.- Parameters:
message- the detail messagecause- the cause- See Also:
-