public class ValidationException extends PerfCakeException
Constructor and Description |
---|
ValidationException(String message)
Defaults to
PerfCakeException.PerfCakeException(String) . |
ValidationException(String message,
Throwable cause)
|
ValidationException(Throwable cause)
Defaults to
PerfCakeException.PerfCakeException(Throwable) . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidationException(String message, Throwable cause)
message
- The detailed message. The detailed message is saved for
later retrieval by the Throwable.getMessage()
method.cause
- The cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)PerfCakeException.PerfCakeException(String, Throwable)
public ValidationException(Throwable cause)
PerfCakeException.PerfCakeException(Throwable)
.cause
- The cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)PerfCakeException.PerfCakeException(Throwable)
public ValidationException(String message)
PerfCakeException.PerfCakeException(String)
.message
- The detailed message. The detailed message is saved for
later retrieval by the Throwable.getMessage()
method.PerfCakeException.PerfCakeException(String)
Copyright © 2010–2017 PerfCake Community. All rights reserved.