public class UserFailureException extends HighLevelException
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.Constructor and Description |
---|
UserFailureException(java.lang.String message) |
UserFailureException(java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and 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 . |
isRetriable, isRetriable
public UserFailureException(java.lang.String message)
public UserFailureException(java.lang.String message, java.lang.Throwable cause)
public static UserFailureException fromTemplate(java.lang.String messageTemplate, java.lang.Object... args)
UserFailureException
using a Formatter
.public static UserFailureException fromTemplate(java.lang.Throwable cause, java.lang.String messageTemplate, java.lang.Object... args)
UserFailureException
using a Formatter
.