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