UnexpectedException
is thrown if the client of a
remote method call receives, as a result of the call, a checked
exception that is not among the checked exception types declared in the
throws
clause of the method in the remote interface.
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | UnexpectedException(String
the detail message s)Constructs an |
public | UnexpectedException(String
the detail message s, Exception the nested exception ex)Constructs a |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
UnexpectedException | back to summary |
---|---|
public UnexpectedException(String s) Constructs an
|
UnexpectedException | back to summary |
---|---|
public UnexpectedException(String s, Exception ex) Constructs a |