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