groovyx.gpars.actor.impl
Class ActorReplyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovyx.gpars.actor.impl.ActorReplyException
- All Implemented Interfaces:
- java.io.Serializable
public final class ActorReplyException
- extends java.lang.RuntimeException
Indicates problems sending replies to actors. Holds a list of exceptions that occurred during reply dispatch.
- Author:
- Vaclav Pech
Date: Jun 11, 2009
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
issues
private final java.util.List<java.lang.Exception> issues
ActorReplyException
public ActorReplyException(java.lang.String message)
ActorReplyException
public ActorReplyException(java.lang.String message,
java.util.List<java.lang.Exception> issues)
getIssues
public java.util.List<java.lang.Exception> getIssues()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable