|
Enhydra-Oyster 2.1-7 API | |||||||||
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.enhydra.oyster.exception.SMIMEException
SMIMEException is exception which is thrown in the classes specific for SMIME and in the processes associated with SMIME. It contains messages describing appeared problems.
Constructor Summary | |
SMIMEException(int errNumb0)
Construction with the given error number. |
|
SMIMEException(java.lang.Throwable th0)
Construction with the given Throwable object which is cause of SMIME Exception. |
|
SMIMEException(java.lang.Throwable th0,
int errNumb0)
Construction with the given Throwable object and the appropriate error number. |
Method Summary | |
int |
getErrNo()
Returns error number |
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 |
Constructor Detail |
public SMIMEException(java.lang.Throwable th0)
th0
- the external Exception - cause of SMIME exception.public SMIMEException(int errNumb0)
errNumb0
- error number corresponds to appropriate error message stored
in ErrorStorage class.public SMIMEException(java.lang.Throwable th0, int errNumb0)
th0
- the external Exception - cause of SMIME exception.errNumb0
- error number corresponds to appropriate error message stored
in ErrorStorage class.Method Detail |
public int getErrNo()
|
Enhydra-Oyster 2.1-7 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |