public class PluggableActionException extends Exception
Constructor and Description |
---|
PluggableActionException()
Create an exception without message or cause.
|
PluggableActionException(String message)
Create an exception with the given message.
|
PluggableActionException(String message,
Throwable cause)
Create an exception with the given message and cause.
|
PluggableActionException(Throwable cause)
Create an exception with the given Throwable as cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PluggableActionException()
public PluggableActionException(String message)
message
- message of the exceptionpublic PluggableActionException(Throwable cause)
cause
- causing throwableCopyright © 2016 Gentics Software GmbH. All Rights Reserved.