toolbox.opensso.idm
Class IdmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toolbox.opensso.idm.IdmException
All Implemented Interfaces:
java.io.Serializable

public class IdmException
extends java.lang.Exception

Exception that is generated when a exceptions are encountered during any IDM related operations.

Author:
Hannes Holtzhausen
See Also:
Serialized Form

Constructor Summary
IdmException(java.lang.Exception ex)
          Creates a new IdmException from the given Exception.
IdmException(java.lang.String msg)
          Generates a IdmException with the given message.
 
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

IdmException

public IdmException(java.lang.Exception ex)
Creates a new IdmException from the given Exception.

Parameters:
ex - Underlying exception that occured.

IdmException

public IdmException(java.lang.String msg)
Generates a IdmException with the given message.

Parameters:
msg - String containing the exception message.