public class RemoteExceptionDescription extends Object implements Serializable
Constructor and Description |
---|
RemoteExceptionDescription(List<String> descriptions)
Initialize a RemoteExceptionDescription with given
descriptions describing the exception chain on the
remote end of communication |
Modifier and Type | Method and Description |
---|---|
static RemoteExceptionDescription |
describing(Throwable exception)
|
boolean |
equals(Object obj) |
List<String> |
getDescriptions()
|
int |
hashCode() |
String |
toString() |
public static RemoteExceptionDescription describing(Throwable exception)
Copyright © 2010–2019. All rights reserved.