Class AMConsoleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.identity.console.base.model.AMConsoleException
-
- All Implemented Interfaces:
Serializable
public class AMConsoleException extends Exception
This exception is thrown to signal to the view bean that incorrect behavior is encountered in processing a request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AMConsoleException(String message)Creates a Console Exception object.AMConsoleException(String message, Throwable initCause)Creates a Console Exception object.AMConsoleException(Throwable t)Creates a Console Exception object.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-