Class ObjectBeanManagerException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ObjectBeanPersistenceException

    public class ObjectBeanManagerException
    extends Exception
    The ObjectBeanManagerException class defines a general exception that an object content manager can throw when it is unable to perform its operation successfully.
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectBeanManagerException

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

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

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

        public ObjectBeanManagerException​(String msg,
                                          Throwable nested)
        Constructs a new ObjectBeanManagerException 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