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