PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.saml.v2.exceptions
Class SignatureValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by org.picketlink.identity.federation.core.saml.v2.exceptions.SignatureValidationException
All Implemented Interfaces:
Serializable

public class SignatureValidationException
extends GeneralSecurityException

Indicates the failure of signature validation

Since:
Jul 28, 2011
Author:
Anil.Saldhana@redhat.com
See Also:
Serialized Form

Constructor Summary
SignatureValidationException()
           
SignatureValidationException(String msg)
           
SignatureValidationException(String message, Throwable cause)
           
SignatureValidationException(Throwable cause)
           
 
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

SignatureValidationException

public SignatureValidationException()

SignatureValidationException

public SignatureValidationException(String message,
                                    Throwable cause)

SignatureValidationException

public SignatureValidationException(String msg)

SignatureValidationException

public SignatureValidationException(Throwable cause)

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.