com.caucho.bam
Class FeatureNotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.bam.BamException
com.caucho.bam.ErrorPacketException
com.caucho.bam.FeatureNotImplementedException
- All Implemented Interfaces:
- java.io.Serializable
public class FeatureNotImplementedException
- extends ErrorPacketException
Actor exception when a feature does not exist because the
service ActorHolder
does not understand or implement the message or RPC query.
- 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 |
FeatureNotImplementedException
public FeatureNotImplementedException()
FeatureNotImplementedException
public FeatureNotImplementedException(java.lang.String msg)
FeatureNotImplementedException
public FeatureNotImplementedException(java.lang.String msg,
BamError error)
FeatureNotImplementedException
public FeatureNotImplementedException(BamError error)
createActorError
public BamError createActorError()
- Creates the ActorError corresponding to this exception
- Overrides:
createActorError
in class ErrorPacketException