public class ComponentPersistException
extends java.lang.Exception
Constructor and Description |
---|
ComponentPersistException()
Constructor.
|
ComponentPersistException(java.lang.String arg0)
Constructor.
|
ComponentPersistException(java.lang.String arg0,
java.lang.Throwable arg1)
Constructor.
|
ComponentPersistException(java.lang.Throwable arg0)
Constructor.
|
public ComponentPersistException()
public ComponentPersistException(java.lang.String arg0)
arg0
- An exception message.public ComponentPersistException(java.lang.String arg0, java.lang.Throwable arg1)
arg0
- An exception message.arg1
- A nested exception.public ComponentPersistException(java.lang.Throwable arg0)
arg0
- A nested exception.