Package com.iizix.actionactor
Class ActionActorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.iizix.actionactor.ActionActorException
- All Implemented Interfaces:
- Serializable
The base Action Actor instance exception used for generic Action Actor exceptions.
- Author:
- Christopher Mindus
- See Also:
- Constructor SummaryConstructorsConstructorDescription- ActionActorException- (String message) Creates a property exception with a message.- ActionActorException- (String message, Throwable exception) Creates a property exception with a message and an exception cause.
- Method Summary- Methods inherited from class java.lang.Throwable- addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- Constructor Details- ActionActorExceptionCreates a property exception with a message.- Parameters:
- message- the detail message.
 
- ActionActorExceptionCreates a property exception with a message and an exception cause.- Parameters:
- message- the detail message.
- exception- the exception, i.e. the real cause.