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