Class ObjectBeanPersistenceException

    • Constructor Detail

      • ObjectBeanPersistenceException

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

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

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

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