|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.im4java.core.IM4JavaException
public class IM4JavaException
This class is the base class of all im4java -exceptions.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
For Serialization (not used) |
| Constructor Summary | |
|---|---|
IM4JavaException()
Constructor. |
|
IM4JavaException(java.lang.String pMessage)
Constructor. |
|
IM4JavaException(java.lang.String pMessage,
java.lang.Throwable pCause)
Constructor. |
|
IM4JavaException(java.lang.Throwable pCause)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public IM4JavaException()
public IM4JavaException(java.lang.String pMessage)
pMessage - the Exception message
public IM4JavaException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - the Exception messagepCause - the Exception causepublic IM4JavaException(java.lang.Throwable pCause)
pCause - the Exception cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||