it.geosolutions.geobatch.flow.event.action
Class ActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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)
getType
public java.lang.Class<Action> getType()
- Returns:
- The Class of the Action that threw the Exception.
Copyright © 2008-2012 GeoSolutions. All Rights Reserved.