org.jboss.security.identitytrust
Class IdentityTrustException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by 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
IdentityTrustException()
           
IdentityTrustException(String msg)
           
IdentityTrustException(String msg, Throwable t)
           
IdentityTrustException(Throwable t)
           
 
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

IdentityTrustException

public IdentityTrustException()

IdentityTrustException

public IdentityTrustException(String msg,
                              Throwable t)

IdentityTrustException

public IdentityTrustException(String msg)

IdentityTrustException

public IdentityTrustException(Throwable t)


Copyright © 2009 JBoss Inc.. All Rights Reserved.