public class ComponentPersistException extends Exception
| Constructor and Description |
|---|
ComponentPersistException()
Constructor.
|
ComponentPersistException(String arg0)
Constructor.
|
ComponentPersistException(String arg0,
Throwable arg1)
Constructor.
|
ComponentPersistException(Throwable arg0)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ComponentPersistException()
public ComponentPersistException(String arg0)
arg0 - An exception message.public ComponentPersistException(String arg0, Throwable arg1)
arg0 - An exception message.arg1 - A nested exception.public ComponentPersistException(Throwable arg0)
arg0 - A nested exception.Copyright © 2023. All rights reserved.