Class ADEPT2ServiceException

    • Constructor Detail

      • ADEPT2ServiceException

        protected ADEPT2ServiceException()
        Create a new exception without any data. This is useful for subclasses.
      • ADEPT2ServiceException

        protected ADEPT2ServiceException​(String message,
                                         Throwable cause)
        Create a new exception with a message and a cause.
        Parameters:
        message -
        cause -
      • ADEPT2ServiceException

        protected ADEPT2ServiceException​(Throwable cause)
        Create a new exception with the designated cause.
        Parameters:
        cause -
      • ADEPT2ServiceException

        protected ADEPT2ServiceException​(String message)
        Create a new exception with a.
        Parameters:
        message -