Class ServiceException

    • Constructor Detail

      • ServiceException

        public ServiceException()
        Creates an instance.
      • ServiceException

        public ServiceException​(String msg)
        Creates an instance with a given message.
        Parameters:
        msg - the message
      • ServiceException

        public ServiceException​(Throwable cause)
        Creates an instance from an underlying cause.
        Parameters:
        cause - the cause
      • ServiceException

        public ServiceException​(String msg,
                                Throwable cause)
        Creates an instance with a given message and an underlying cause.
        Parameters:
        msg - the message
        cause - the cause