PicketLink Federation Core 2.1.6.Final-redhat-2

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

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.AssertionExpiredException
All Implemented Interfaces:
Serializable

public class AssertionExpiredException
extends GeneralSecurityException

Security Exception indicating expiration of SAML2 assertion

Since:
Dec 12, 2008
Author:
Anil.Saldhana@redhat.com
See Also:
Serialized Form

Field Summary
protected  String id
           
 
Constructor Summary
AssertionExpiredException()
           
AssertionExpiredException(String msg)
           
AssertionExpiredException(String message, Throwable cause)
           
AssertionExpiredException(Throwable cause)
           
 
Method Summary
 String getId()
           
 void setId(String id)
           
 
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
 

Field Detail

id

protected String id
Constructor Detail

AssertionExpiredException

public AssertionExpiredException()

AssertionExpiredException

public AssertionExpiredException(String message,
                                 Throwable cause)

AssertionExpiredException

public AssertionExpiredException(String msg)

AssertionExpiredException

public AssertionExpiredException(Throwable cause)
Method Detail

getId

public String getId()

setId

public void setId(String id)

PicketLink Federation Core 2.1.6.Final-redhat-2

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