public class ValidationException extends Exception
| Constructor and Description |
|---|
ValidationException()
Creates a new instance of
ValidationException without detail message. |
ValidationException(String msg)
Constructs an instance of
ValidationException with the specified detail message. |
ValidationException(String message,
Throwable cause) |
ValidationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException()
ValidationException without detail message.public ValidationException(String message, Throwable cause)
message - cause - public ValidationException(Throwable cause)
cause - public ValidationException(String msg)
ValidationException with the specified detail message.msg - the detail message.Copyright © 2001-2012 University Health Network. All Rights Reserved.