Package org.jboss.security.identitytrust
Class IdentityTrustException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- org.jboss.security.identitytrust.IdentityTrustException
-
- All Implemented Interfaces:
Serializable
public class IdentityTrustException extends GeneralSecurityException
Identity Trust Exception- Since:
- Aug 2, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityTrustException()
IdentityTrustException(String msg)
IdentityTrustException(String msg, Throwable t)
IdentityTrustException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-