public class PValidationException extends Exception
Constructor and Description |
---|
PValidationException()
Constructs a
PValidationException with no detail message. |
PValidationException(String message)
Constructs a
PValidationException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PValidationException()
PValidationException
with no detail message.public PValidationException(String message)
PValidationException
with the
specified detail message.message
- the detail message.Copyright © 2003, 2023, Oracle and/or its affiliates.