|
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
java.io.IOException
org.enhydra.oyster.exception.SMIMEIOException
SMIMEIOException is exception which is thrown in the classes specific for SMIME and in the processes associated with SMIME, but only where is imposible to throw SMIMEException instead of IOException. This is situation, for example, in case of implementation of interfaces whose methods are defined to throw IOException. If in such method SMIMEException occures, we must throw SMIMEIOException instead of it.
Constructor Summary | |
SMIMEIOException(int errNumb0)
Construction with the given error number. |
|
SMIMEIOException(SMIMEException exception0)
Construction with SMIMEException object as parameter. |
|
SMIMEIOException(java.lang.Throwable th0,
int errNumb0)
Construction with the given Throwable object and the appropriate 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 SMIMEIOException(SMIMEException exception0)
exception0
- SMIMEException object which is reason for throwing
SMIMEIOException exception.public SMIMEIOException(int errNumb0)
errNumb0
- error number corresponds to appropriate error message stored
in ErrorStorage class.public SMIMEIOException(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.
|
Enhydra-Oyster 2.1-7 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |