Class ActionActorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.iizix.actionactor.ActionActorException
All Implemented Interfaces:
Serializable

public class ActionActorException extends Exception
The base Action Actor instance exception used for generic Action Actor exceptions.
Author:
Christopher Mindus
See Also:
  • Constructor Details

    • ActionActorException

      public ActionActorException(String message)
      Creates a property exception with a message.
      Parameters:
      message - the detail message.
    • ActionActorException

      public ActionActorException(String message, 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.