Final

java.security
Class SignatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by java.security.SignatureException
All Implemented Interfaces:
Serializable

public class SignatureException
extends GeneralSecurityException

This class represents generic security exceptions.

See Also:
Serialized Form

Constructor Summary
SignatureException()
          Constructs a new instance of this class with its walkback filled in.
SignatureException(String detailMessage)
          Constructs a new instance of this class with its walkback and message filled in.
SignatureException(String detailMessage, Throwable throwable)
          Constructs a new instance of this class with its walkback, message and cause filled in.
SignatureException(Throwable throwable)
          Constructs a new instance of this class with its walkback and cause filled in.
 
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

SignatureException

public SignatureException()
Constructs a new instance of this class with its walkback filled in.


SignatureException

public SignatureException(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in.

Parameters:
detailMessage - String The detail message for the exception.

SignatureException

public SignatureException(String detailMessage,
                          Throwable throwable)
Constructs a new instance of this class with its walkback, message and cause filled in.

Parameters:
detailMessage - String The detail message for the exception.
throwable - The cause of this Throwable
Since:
1.5

SignatureException

public SignatureException(Throwable throwable)
Constructs a new instance of this class with its walkback and cause filled in.

Parameters:
throwable - The cause of this Throwable
Since:
1.5

Final

Licensed Materials - Property of IBM
© Copyright IBM Corp. 2006, 2007 All Rights Reserved.