Skip navigation links

Oracle Fusion Middleware PKI SDK TSP Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10677-03


oracle.security.crypto.tsp
Class TSPFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by oracle.security.crypto.tsp.TSPFormatException

All Implemented Interfaces:
java.io.Serializable

public class TSPFormatException
extends java.io.IOException

Signals an error in the format of a TSP message.

See Also:
Serialized Form

Constructor Summary
TSPFormatException()
           
TSPFormatException(java.lang.Exception ex)
           
TSPFormatException(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

TSPFormatException

public TSPFormatException()

TSPFormatException

public TSPFormatException(java.lang.String message)

TSPFormatException

public TSPFormatException(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 Fusion Middleware PKI SDK TSP Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10677-03


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