Package org.im4java.core
Class IM4JavaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.im4java.core.IM4JavaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommandException
,InfoException
This class is the base class of all im4java -exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.IM4JavaException
(String pMessage) Constructor.IM4JavaException
(String pMessage, Throwable pCause) Constructor.IM4JavaException
(Throwable pCause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IM4JavaException
public IM4JavaException()Constructor. -
IM4JavaException
Constructor.- Parameters:
pMessage
- the Exception message
-
IM4JavaException
Constructor.- Parameters:
pMessage
- the Exception messagepCause
- the Exception cause
-
IM4JavaException
Constructor.- Parameters:
pCause
- the Exception cause
-