|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.gentics.api.portalnode.action.PluggableActionException
public class PluggableActionException
Exceptions thrown when errors occur in pluggable actions
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PluggableActionException()
public PluggableActionException(String message)
message
- message of the exceptionpublic PluggableActionException(Throwable cause)
cause
- causing throwablepublic PluggableActionException(String message, Throwable cause)
message
- message of the exceptioncause
- causing Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |