public class ObjectBeanPersistenceException extends ObjectBeanManagerException
ObjectBeanPersistenceException
class defines a general exception
that a ObjectBeanPersistenceManager
can throw when it is unable to perform its operation
successfully.Constructor and Description |
---|
ObjectBeanPersistenceException()
Constructs a new ObjectBeanPersistenceException exception.
|
ObjectBeanPersistenceException(String message)
Constructs a new ObjectBeanPersistenceException exception with the given message.
|
ObjectBeanPersistenceException(String msg,
Throwable nested)
Constructs a new ObjectBeanPersistenceException exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
|
ObjectBeanPersistenceException(Throwable nested)
Constructs a new ObjectBeanPersistenceException exception with the nested exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ObjectBeanPersistenceException()
public ObjectBeanPersistenceException(String message)
message
- the exception messagepublic ObjectBeanPersistenceException(Throwable nested)
nested
- the nested exceptionpublic ObjectBeanPersistenceException(String msg, Throwable nested)
msg
- the exception messagenested
- the nested exceptionCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.