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