Class DocumentBeanException

    • Constructor Detail

      • DocumentBeanException

        public DocumentBeanException()
        The default constructor.
      • DocumentBeanException

        public DocumentBeanException​(Throwable throwable)
        Constructs a new instance of DocumentBeanException
        Parameters:
        throwable - the parent Throwable
      • DocumentBeanException

        public DocumentBeanException​(String message)
        Constructs a new instance of DocumentBeanException
        Parameters:
        message - the throwable message.
      • DocumentBeanException

        public DocumentBeanException​(String message,
                                     Throwable throwable)
        Constructs a new instance of DocumentBeanException
        Parameters:
        message - the throwable message.
        throwable - the parent of this Throwable.