it.geosolutions.geobatch.flow.event.action
Class ActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.geosolutions.geobatch.flow.event.action.ActionException
All Implemented Interfaces:
java.io.Serializable

public class ActionException
extends java.lang.Exception

Generic Exception thrown by {@link Action#execute(java.util.Queue)

Author:
ETj , Carlo Cancellieri - carlo.cancellieri@geo-solutions.it
See Also:
Serialized Form

Constructor Summary
ActionException(Action action, java.lang.String message)
           
ActionException(Action action, java.lang.String message, java.lang.Throwable cause)
           
ActionException(java.lang.Class<Action> type, java.lang.String message)
           
ActionException(java.lang.Class<Action> type, java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Class<Action> getType()
           
 
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

ActionException

public ActionException(java.lang.Class<Action> type,
                       java.lang.String message)

ActionException

public ActionException(Action action,
                       java.lang.String message)

ActionException

public ActionException(java.lang.Class<Action> type,
                       java.lang.String message,
                       java.lang.Throwable cause)

ActionException

public ActionException(Action action,
                       java.lang.String message,
                       java.lang.Throwable cause)
Method Detail

getType

public java.lang.Class<Action> getType()
Returns:
The Class of the Action that threw the Exception.


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.