public class ActionException
extends javax.servlet.ServletException
| Constructor and Description |
|---|
ActionException()
Construct a new ActionException.
|
ActionException(String message)
Construct a new ActionException with the specified message.
|
ActionException(String message,
Throwable rootCause)
Construct a new ActionException with an original Exception and the
specified message.
|
ActionException(Throwable rootCause)
Construct a new ActionException with an original Exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ActionException()
public ActionException(String message)
message - The reason the exception was thrownpublic ActionException(String message, Throwable rootCause)
message - The reason the exception was thrownrootCause - The original exception that was thrownpublic ActionException(Throwable rootCause)
rootCause - The original exception that was thrownCopyright © 2015 Revolution Systems Inc.. All rights reserved.