com.ibm.security.userregistry
Class SecAdminException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
sccsid
public static final String sccsid
- See Also:
- Constant Field Values
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 conditioncause
- Original exception
getCause
public Throwable getCause()