public class RuntimePersistenceException extends RuntimeException
RuntimePersistenceException class.
| Constructor and Description | 
|---|
RuntimePersistenceException(String message)
Constructor for RuntimePersistenceException. 
 | 
RuntimePersistenceException(String message,
                           Throwable cause)
Constructor for RuntimePersistenceException. 
 | 
RuntimePersistenceException(Throwable cause)
Constructor for RuntimePersistenceException. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimePersistenceException(String message)
Constructor for RuntimePersistenceException.
message - a String object.public RuntimePersistenceException(Throwable cause)
Constructor for RuntimePersistenceException.
cause - a Throwable object.Copyright © 2021. All rights reserved.