public class SkeletonInvocationException extends BamException
Constructor and Description |
---|
SkeletonInvocationException() |
SkeletonInvocationException(java.lang.String msg) |
SkeletonInvocationException(java.lang.String msg,
java.lang.Throwable e) |
SkeletonInvocationException(java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
BamError |
createActorError() |
static java.lang.RuntimeException |
createRuntimeException(java.lang.Throwable e) |
getActorError
public SkeletonInvocationException()
public SkeletonInvocationException(java.lang.String msg)
public SkeletonInvocationException(java.lang.Throwable e)
public SkeletonInvocationException(java.lang.String msg, java.lang.Throwable e)
public static java.lang.RuntimeException createRuntimeException(java.lang.Throwable e)
public BamError createActorError()
createActorError
in class BamException