org.jboss.security.idm
Class IdentityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.security.idm.IdentityException
All Implemented Interfaces:
java.io.Serializable

public class IdentityException
extends java.lang.RuntimeException

A runtime exception thrown by Identity Management components

Author:
Sohil Shah - sohil.shah@jboss.com
See Also:
Serialized Form

Constructor Summary
IdentityException()
           
IdentityException(java.lang.Exception exception)
           
IdentityException(java.lang.String exception)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentityException

public IdentityException()

IdentityException

public IdentityException(java.lang.String exception)
Parameters:
exception -

IdentityException

public IdentityException(java.lang.Exception exception)
Parameters:
exception -