Package com.iizix.actionactor
Class ActionActorException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- com.iizix.actionactor.ActionActorException
- All Implemented Interfaces:
java.io.Serializable
public class ActionActorException extends java.lang.Exception
The base Action Actor instance exception used for generic Action Actor exceptions.- Author:
- Christopher Mindus
- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description ActionActorException(java.lang.String message)
Creates a property exception with a message.ActionActorException(java.lang.String message, java.lang.Throwable exception)
Creates a property exception with a message and an exception cause.
Constructor Detail
ActionActorException
public ActionActorException(java.lang.String message)
Creates a property exception with a message.- Parameters:
message
- the detail message.
ActionActorException
public ActionActorException(java.lang.String message, java.lang.Throwable exception)
Creates a property exception with a message and an exception cause.- Parameters:
message
- the detail message.exception
- the exception, i.e. the real cause.