public class ControllerException
extends java.lang.Exception
Constructor and Description |
---|
ControllerException()
Creates a new exception object, with a default detail message.
|
ControllerException(java.lang.String message)
Creates a new exception object, with a given detail message.
|
ControllerException(java.lang.Throwable aThrowable)
Creates a new exception object, extracting message from another throwable.
|
public ControllerException()
public ControllerException(java.lang.String message)
message
- The detail message for the new exception object.public ControllerException(java.lang.Throwable aThrowable)
aThrowable
- The original exception or error.