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
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.jedox.palojlib.interfaces.IPaloJException
getMessage
-
Constructor Details
-
PaloJException
constructs the object- Parameters:
error- error message
-