Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security

Class SignatureException

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


public class SignatureException

extends GeneralSecurityException

This exception is thrown when a problem is encountered with a digital signature.

Author:

Constructor Summary

SignatureException()

Create an instance with no descriptive error message.
SignatureException(java.lang.String msg)

Create an instance with a descriptive error message.

Constructor Details

SignatureException

public SignatureException()

Create an instance with no descriptive error message.


SignatureException

public SignatureException(java.lang.String msg)

Create an instance with a descriptive error message.

Parameters: