com.novell.java.security
Class SignatureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.novell.java.security.GeneralSecurityException
                    |
                    +--com.novell.java.security.SignatureException

public class SignatureException
extends GeneralSecurityException

Provides a generic Signature exception.

See Also:
Serialized Form

Constructor Summary
SignatureException()
          Constructs a SignatureException with no detail message.
SignatureException(java.lang.String msg)
          Constructs a SignatureException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 SignatureException with no detail message.

SignatureException

public SignatureException(java.lang.String msg)
Constructs a SignatureException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
msg - The detail message string.