org.jboss.identity.federation.core.saml.v2.exceptions
Class IssuerNotTrustedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.jboss.identity.federation.core.saml.v2.exceptions.IssuerNotTrustedException
- All Implemented Interfaces:
- java.io.Serializable
public class IssuerNotTrustedException
- extends java.security.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IssuerNotTrustedException
public IssuerNotTrustedException()
IssuerNotTrustedException
public IssuerNotTrustedException(java.lang.String message,
java.lang.Throwable cause)
IssuerNotTrustedException
public IssuerNotTrustedException(java.lang.String msg)
IssuerNotTrustedException
public IssuerNotTrustedException(java.lang.Throwable cause)
Copyright © 2009 JBoss Inc.. All Rights Reserved.