com.caucho.bam.actor
Class SkeletonInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.bam.BamException
com.caucho.bam.actor.SkeletonInvocationException
- All Implemented Interfaces:
- java.io.Serializable
public class SkeletonInvocationException
- extends BamException
Exception caught by the skeleton invocation
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SkeletonInvocationException
public SkeletonInvocationException()
SkeletonInvocationException
public SkeletonInvocationException(java.lang.String msg)
SkeletonInvocationException
public SkeletonInvocationException(java.lang.Throwable e)
SkeletonInvocationException
public SkeletonInvocationException(java.lang.String msg,
java.lang.Throwable e)
createRuntimeException
public static java.lang.RuntimeException createRuntimeException(java.lang.Throwable e)
createActorError
public BamError createActorError()
- Overrides:
createActorError
in class BamException