public class ValidateException extends Exception
Constructor and Description |
---|
ValidateException(String message)
Constructs a new exception with the specified detail message.
|
ValidateException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidateException(String message)
message
- The messageCopyright © 2021 JBoss by Red Hat. All rights reserved.