public class ValidationLayerException extends Exception
An exception thrown by the validation layer.
| Constructor and Description |
|---|
ValidationLayerException() |
ValidationLayerException(String arg0) |
ValidationLayerException(String arg0,
Throwable arg1) |
ValidationLayerException(Throwable arg0) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationLayerException()
public ValidationLayerException(String arg0)
arg0 - public ValidationLayerException(String arg0, Throwable arg1)
arg0 - arg1 - public ValidationLayerException(Throwable arg0)
arg0 - Copyright © 1999–2017 Apache OODT. All rights reserved.