public class ValidationException
extends java.lang.RuntimeException
| Modifier and Type | Method and Description |
|---|---|
static ValidationException |
getInstance(java.lang.String message)
Construct an Exception with message.
|
static ValidationException |
getInstance(java.lang.String message,
java.lang.Throwable cause)
Construct an Exception with message and cause.
|
public static ValidationException getInstance(java.lang.String message)
message - The description of the exception.public static ValidationException getInstance(java.lang.String message, java.lang.Throwable cause)
message - The description of the exception.cause - The cause of the exception.Copyright © 2010-2015. All Rights Reserved.