Oracle Security Developer Tools S/MIME Java API Reference
10g (10.1.4.0.1)

B28172-01


oracle.security.crypto.smime.ess
Class ESSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.security.crypto.smime.ess.ESSException

All Implemented Interfaces:
java.io.Serializable

public class ESSException
extends java.lang.Exception

This exception signals that an error occurred during a S/MIME enhanced security service operation.

See Also:
Serialized Form

Constructor Summary
ESSException()
          Create an empty ESSException.
ESSException(java.lang.String s)
          Create a new ESSException using the specified message string.

 

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

ESSException

public ESSException()
Create an empty ESSException.

ESSException

public ESSException(java.lang.String s)
Create a new ESSException using the specified message string.

Oracle Security Developer Tools S/MIME Java API Reference
10g (10.1.4.0.1)

B28172-01


Copyright © 2005 ,2006 , Oracle. All rights reserved.