Class UserFailureException

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static UserFailureException fromTemplate​(java.lang.String messageTemplate, java.lang.Object... args)
      Creates an UserFailureException using a Formatter.
      static UserFailureException fromTemplate​(java.lang.Throwable cause, java.lang.String messageTemplate, java.lang.Object... args)
      Creates an UserFailureException using a Formatter.
      • 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

      • UserFailureException

        public UserFailureException​(java.lang.String message)
      • UserFailureException

        public UserFailureException​(java.lang.String message,
                                    java.lang.Throwable cause)