Class UsrException

    • Constructor Summary

      Constructors 
      Constructor Description
      UsrException()
      Construct a new UsrException with no message
      UsrException​(java.lang.String msg)
      Construct a new UsrException with the given message
      UsrException​(java.lang.String msg, java.lang.Throwable cause)
      Construct a new UsrException with the given message and cause
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UsrException

        public UsrException()
        Construct a new UsrException with no message
      • UsrException

        public UsrException​(java.lang.String msg)
        Construct a new UsrException with the given message
        Parameters:
        msg - the exception message
      • UsrException

        public UsrException​(java.lang.String msg,
                            java.lang.Throwable cause)
        Construct a new UsrException with the given message and cause
        Parameters:
        msg - the exception message
        cause - the exception cause