Class JSAPException

    • Constructor Detail

      • JSAPException

        public JSAPException()
        Creates a new JSAPException.
      • JSAPException

        public JSAPException​(String msg)
        Creates a new JSAPException with the specified message.
        Parameters:
        msg - the message for this JSAPException.
      • JSAPException

        public JSAPException​(Throwable cause)
        Creates a new JSAPException encapsulating the specified Throwable.
        Parameters:
        cause - the Throwable to encapsulate.
      • JSAPException

        public JSAPException​(String msg,
                             Throwable cause)
        Creates a new JSAPException with the specified message encapsulating the specified Throwable.
        Parameters:
        msg - the message for this JSAPException.
        cause - the Throwable to encapsulate.