public class ErrorInfo extends Object
Constructor and Description |
---|
ErrorInfo(Exception e) |
ErrorInfo(int errorCode,
Exception exception) |
ErrorInfo(int errorCode,
String message) |
ErrorInfo(int errorCode,
String message,
Exception e) |
Modifier and Type | Method and Description |
---|---|
String |
describeInShort() |
String |
getDescription() |
int |
getErrorCode() |
Exception |
getException() |
String |
getMessage() |
String |
toString() |
Copyright © 2010–2016 AdroitLogic. All rights reserved.