com.caucho.bam
Class NotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.bam.BamException
com.caucho.bam.ErrorPacketException
com.caucho.bam.NotAuthorizedException
- All Implemented Interfaces:
- java.io.Serializable
public class NotAuthorizedException
- extends ErrorPacketException
HMPP wrapper
- 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 |
NotAuthorizedException
public NotAuthorizedException()
NotAuthorizedException
public NotAuthorizedException(java.lang.String msg)
NotAuthorizedException
public NotAuthorizedException(java.lang.String msg,
java.lang.Throwable e)
NotAuthorizedException
public NotAuthorizedException(java.lang.String msg,
BamError error)
NotAuthorizedException
public NotAuthorizedException(BamError error)
createActorError
public BamError createActorError()
- Overrides:
createActorError
in class ErrorPacketException