Skip navigation links

Oracle Security Developer Tools S/MIME Java API Reference
11g (11.1.1)

E10672-02


oracle.security.crypto.smime.ess
Class ESSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.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.

 

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

 

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.

Skip navigation links

Oracle Security Developer Tools S/MIME Java API Reference
11g (11.1.1)

E10672-02


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