public class PluggableActionException
extends java.lang.Exception
Constructor and Description |
---|
PluggableActionException()
Create an exception without message or cause.
|
PluggableActionException(java.lang.String message)
Create an exception with the given message.
|
PluggableActionException(java.lang.String message,
java.lang.Throwable cause)
Create an exception with the given message and cause.
|
PluggableActionException(java.lang.Throwable cause)
Create an exception with the given Throwable as cause.
|
public PluggableActionException()
public PluggableActionException(java.lang.String message)
message
- message of the exceptionpublic PluggableActionException(java.lang.Throwable cause)
cause
- causing throwablepublic PluggableActionException(java.lang.String message, java.lang.Throwable cause)
message
- message of the exceptioncause
- causing ThrowableCopyright © 2019 Gentics Software. All Rights Reserved.