public class ActorException extends ContainerException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
ActorException()
Constructs a new BeanFilterException.
|
ActorException(java.lang.String pStr)
Constructs a new BeanFilterException with the given
explanation.
|
ActorException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new BeanFilterException with the given
explanation.
|
ActorException(java.lang.Throwable pSourceException)
Constructs a new BeanFilterException.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic ActorException()
public ActorException(java.lang.String pStr)
public ActorException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic ActorException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problem