com.caucho.bam
Class RemoteListenerUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.bam.BamException
com.caucho.bam.ErrorPacketException
com.caucho.bam.RemoteListenerUnavailableException
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteListenerUnavailableException
- extends ErrorPacketException
Exception when the remote server can by contacted by TCP but is
not running the BAM/HMTP protocol.
- 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 |
RemoteListenerUnavailableException
public RemoteListenerUnavailableException()
RemoteListenerUnavailableException
public RemoteListenerUnavailableException(java.lang.String msg)
RemoteListenerUnavailableException
public RemoteListenerUnavailableException(java.lang.Throwable e)
RemoteListenerUnavailableException
public RemoteListenerUnavailableException(java.lang.String msg,
java.lang.Throwable e)
RemoteListenerUnavailableException
public RemoteListenerUnavailableException(java.lang.String msg,
BamError error)
RemoteListenerUnavailableException
public RemoteListenerUnavailableException(java.lang.String msg,
ErrorPacketException e)
RemoteListenerUnavailableException
public RemoteListenerUnavailableException(BamError error)
createActorError
public BamError createActorError()
- Overrides:
createActorError
in class ErrorPacketException