public class VtiSoapException extends RuntimeException
VtiError enumeration.| Constructor and Description |
|---|
VtiSoapException(String message,
long errorCode)
Create exception with specified message
|
VtiSoapException(String message,
long code,
Throwable throwable)
Create exception with specified message and throwable object
|
| Modifier and Type | Method and Description |
|---|---|
long |
getErrorCode()
Return the error code, or -1 if not known
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VtiSoapException(String message, long errorCode)
message - the specified messageCopyright © 2005–2014 Alfresco Software. All rights reserved.