public class FeatureNotImplementedException extends ErrorPacketException
ActorHolder
does not understand or implement the message or RPC query.Constructor and Description |
---|
FeatureNotImplementedException() |
FeatureNotImplementedException(BamError error) |
FeatureNotImplementedException(java.lang.String msg) |
FeatureNotImplementedException(java.lang.String msg,
BamError error) |
Modifier and Type | Method and Description |
---|---|
BamError |
createActorError()
Creates the ActorError corresponding to this exception
|
getActorError, getSourceException
public FeatureNotImplementedException()
public FeatureNotImplementedException(java.lang.String msg)
public FeatureNotImplementedException(java.lang.String msg, BamError error)
public FeatureNotImplementedException(BamError error)
public BamError createActorError()
createActorError
in class ErrorPacketException