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