Class UserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UserException
    extends java.lang.RuntimeException
    User exceptions are errors for which we know how to explain the cause to the user. For these, we should not need to log or report stack traces to any channel, as the cause of and thus the remedy for the error should be very obvious.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UserException​(java.lang.String exception)  
    • 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

      • UserException

        public UserException​(java.lang.String exception)