Class UserFailureException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    AuthorizationFailureException, InvalidSessionException

    public class UserFailureException
    extends HighLevelException
    The UserFailureException is the super class of all exceptions that have their cause in an inappropriate usage of the system. This implies that the user himself (without help of an administrator) can fix the problem.
    See Also:
    Serialized Form
    • 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)