com.gentics.api.portalnode.action
Class PluggableActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.api.portalnode.action.PluggableActionException
All Implemented Interfaces:
java.io.Serializable

public class PluggableActionException
extends java.lang.Exception

Exceptions thrown when errors occur in pluggable actions

Author:
norbert
See Also:
Serialized Form

Constructor Summary
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.
 
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

PluggableActionException

public PluggableActionException()
Create an exception without message or cause.


PluggableActionException

public PluggableActionException(java.lang.String message)
Create an exception with the given message.

Parameters:
message - message of the exception

PluggableActionException

public PluggableActionException(java.lang.Throwable cause)
Create an exception with the given Throwable as cause.

Parameters:
cause - causing throwable

PluggableActionException

public PluggableActionException(java.lang.String message,
                                java.lang.Throwable cause)
Create an exception with the given message and cause.

Parameters:
message - message of the exception
cause - causing Throwable


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.