org.picketlink.identity.federation.core.saml.v2.exceptions
Class IssuerNotTrustedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.picketlink.identity.federation.core.saml.v2.exceptions.IssuerNotTrustedException
- All Implemented Interfaces:
- Serializable
public class IssuerNotTrustedException
- extends GeneralSecurityException
Exception indicating that the issuer is not trusted
- Since:
- Jan 26, 2009
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IssuerNotTrustedException
public IssuerNotTrustedException()
IssuerNotTrustedException
public IssuerNotTrustedException(String message,
Throwable cause)
IssuerNotTrustedException
public IssuerNotTrustedException(String msg)
IssuerNotTrustedException
public IssuerNotTrustedException(Throwable cause)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.