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:
IPaloJException
,Serializable
Exceptions that are thrown from the client library
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPaloJException
(String message) Constructs a newPaloJException
with the given detail message.PaloJException
(String message, Throwable cause) Constructs a newPaloJException
with the given detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.jedox.palojlib.interfaces.IPaloJException
getMessage
-
Constructor Details
-
PaloJException
Constructs a newPaloJException
with the given detail message.- Parameters:
message
- the detail message- See Also:
-
PaloJException
Constructs a newPaloJException
with the given detail message and cause.- Parameters:
message
- the detail messagecause
- the cause- See Also:
-