public class RemoteListenerUnavailableException extends ErrorPacketException
Constructor and Description |
---|
RemoteListenerUnavailableException() |
RemoteListenerUnavailableException(BamError error) |
RemoteListenerUnavailableException(java.lang.String msg) |
RemoteListenerUnavailableException(java.lang.String msg,
BamError error) |
RemoteListenerUnavailableException(java.lang.String msg,
ErrorPacketException e) |
RemoteListenerUnavailableException(java.lang.String msg,
java.lang.Throwable e) |
RemoteListenerUnavailableException(java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
BamError |
createActorError() |
getActorError, getSourceException
public RemoteListenerUnavailableException()
public RemoteListenerUnavailableException(java.lang.String msg)
public RemoteListenerUnavailableException(java.lang.Throwable e)
public RemoteListenerUnavailableException(java.lang.String msg, java.lang.Throwable e)
public RemoteListenerUnavailableException(java.lang.String msg, BamError error)
public RemoteListenerUnavailableException(java.lang.String msg, ErrorPacketException e)
public RemoteListenerUnavailableException(BamError error)
public BamError createActorError()
createActorError
in class ErrorPacketException