public final class RemoteException extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
cause
Remote exception cause.
|
private String |
message
Remote exception message.
|
| Constructor and Description |
|---|
RemoteException()
Test constructor.
|
RemoteException(Throwable target)
Construct immutable remote exception instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCause()
Get the class of the exception that causes this remote exception.
|
String |
getMessage()
Get exception message.
|
String |
toString() |
private final String cause
private final String message
public RemoteException()
public RemoteException(Throwable target)
target - exception root cause.Copyright © 2018. All rights reserved.