public class ValidationServiceException extends Exception implements com.google.gwt.user.client.rpc.IsSerializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationServiceException.ErrorCode |
| Constructor and Description |
|---|
ValidationServiceException() |
ValidationServiceException(String message,
Throwable cause,
ValidationServiceException.ErrorCode errorCode) |
ValidationServiceException(String message,
ValidationServiceException.ErrorCode errorCode) |
ValidationServiceException(Throwable cause,
ValidationServiceException.ErrorCode errorCode) |
ValidationServiceException(ValidationServiceException.ErrorCode errorCode) |
| Modifier and Type | Method and Description |
|---|---|
ValidationServiceException.ErrorCode |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationServiceException()
public ValidationServiceException(ValidationServiceException.ErrorCode errorCode)
public ValidationServiceException(String message, Throwable cause, ValidationServiceException.ErrorCode errorCode)
public ValidationServiceException(String message, ValidationServiceException.ErrorCode errorCode)
public ValidationServiceException(Throwable cause, ValidationServiceException.ErrorCode errorCode)
public ValidationServiceException.ErrorCode getErrorCode()
Copyright © 2018. All rights reserved.