Class ContentNodeBindingException

All Implemented Interfaces:
Serializable

public class ContentNodeBindingException extends ObjectBeanPersistenceException
The ContentNodeBindingException class defines a binding exception that a ContentNodeBinder can throw when it is unable to perform its operation successfully.
See Also:
  • Constructor Details

    • ContentNodeBindingException

      public ContentNodeBindingException()
      Constructs a new ContentNodeBindingException exception.
    • ContentNodeBindingException

      public ContentNodeBindingException(String message)
      Constructs a new ContentNodeBindingException exception with the given message.
      Parameters:
      message - the exception message
    • ContentNodeBindingException

      public ContentNodeBindingException(Throwable nested)
      Constructs a new ContentNodeBindingException exception with the nested exception.
      Parameters:
      nested - the nested exception
    • ContentNodeBindingException

      public 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
      Parameters:
      msg - the exception message
      nested - the nested exception