com.ibm.security.userregistry
Class SecAdminException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.security.userregistry.SecAdminException
All Implemented Interfaces:
Serializable

public class SecAdminException
extends Exception

Superclass of all exceptions thrown from this package.

See Also:
Serialized Form

Field Summary
static String sccsid
           
 
Constructor Summary
SecAdminException()
           
SecAdminException(String message)
           
SecAdminException(String message, Throwable cause)
          Constructs SecAdminException based on unexpected exception.
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sccsid

public static final String sccsid
See Also:
Constant Field Values
Constructor Detail

SecAdminException

public SecAdminException()

SecAdminException

public SecAdminException(String message)

SecAdminException

public SecAdminException(String message,
                         Throwable cause)
Constructs SecAdminException based on unexpected exception. Original exception information is preserved.

Parameters:
message - Description of error condition
cause - Original exception
Method Detail

getCause

public Throwable getCause()