IAIK TSP
version 2.01

iaik.tsp
Class TspException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byiaik.tsp.TspException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TspSigningException, TspVerificationException

public class TspException
extends Exception

This is the general TSP exception class, which serves to group all the exception classes of the iaik.tsp package.

See Also:
Serialized Form

Constructor Summary
TspException()
          Creates a TspException with no message describing the exception.
TspException(String msg)
          Creates a TspException with the given message describing this particular exception.
 
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()
Creates a TspException with no message describing the exception.


TspException

public TspException(String msg)
Creates a TspException with the given message describing this particular exception.

Parameters:
msg - The message string describing this exception.

This Javadoc may contain text parts from IETF Internet Standard specifications (see copyright note) and RSA Data Security Public-Key Cryptography Standards (see copyright note).

IAIK TSP, © 2002-2004 IAIK, © 2004 Stiftung SIC