public class VtiMethodException extends RuntimeException
VtiHandlerException and transform VtiHandlerException message
to appropriate error code of Frontpage extension protocol| Constructor and Description |
|---|
VtiMethodException(String message,
int code) |
VtiMethodException(String message,
Throwable e) |
VtiMethodException(VtiError errorCode) |
VtiMethodException(VtiError errorCode,
Throwable e) |
VtiMethodException(VtiHandlerException e) |
| Modifier and Type | Method and Description |
|---|---|
VtiError |
getError() |
long |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VtiMethodException(VtiError errorCode)
public VtiMethodException(String message, int code)
public VtiMethodException(VtiHandlerException e)
public VtiError getError()
public long getErrorCode()
Copyright © 2005–2014 Alfresco Software. All rights reserved.