Skip navigation links

Oracle Security Developer Tools PKI SDK TSP Java API Reference
11g (11.1.1)

E10677-02


oracle.security.crypto.tsp
Class TSPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.security.crypto.tsp.TSPException

All Implemented Interfaces:
java.io.Serializable

public class TSPException
extends java.lang.RuntimeException

A general TSP exception.

See Also:
Serialized Form

Constructor Summary
TSPException()
           
TSPException(java.lang.Exception ex)
           
TSPException(java.lang.String message)
           

 

Method Summary
 java.lang.Exception getException()
          Returns the underlying exception, or this if there isn't one.

 

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

TSPException

public TSPException()

TSPException

public TSPException(java.lang.String message)

TSPException

public TSPException(java.lang.Exception ex)

Method Detail

getException

public java.lang.Exception getException()
Returns the underlying exception, or this if there isn't one.

Skip navigation links

Oracle Security Developer Tools PKI SDK TSP Java API Reference
11g (11.1.1)

E10677-02


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