org.webdocwf.util.smime.exception
Class SMIMEIOException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--org.webdocwf.util.smime.exception.SMIMEIOException
- All Implemented Interfaces:
- java.io.Serializable
- public class SMIMEIOException
- extends java.io.IOException
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 (which has posibilities to carry SMIMEException object
that can be examined in higher instance) instead of it.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SMIMEIOException
public SMIMEIOException(SMIMEException exception0)
- Construction with SMIMEException object as parameter.
- Parameters:
exception0
- SMIMEException object which is reason for throwing
SMIMEIOException exception.
getSMIMEException
public SMIMEException getSMIMEException()
- Gets stored SMIMEException object.
Copyright © 2002-2002 Together Teamlösungen. All Rights Reserved.