public class NoSuchEntityException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NO_SUCH_ENTITY_MESSAGE
The no such entity message for the exception.
|
Constructor and Description |
---|
NoSuchEntityException(java.lang.String message,
java.lang.Object... args)
Constructs a new NoSuchEntityException.
|
NoSuchEntityException(java.lang.Throwable cause,
java.lang.String message,
java.lang.Object... args)
Constructs a new NoSuchEntityException.
|
public static final java.lang.String NO_SUCH_ENTITY_MESSAGE
@FormatMethod public NoSuchEntityException(@FormatString java.lang.String message, java.lang.Object... args)
message
- The detail message.args
- The argument of the formatted message.@FormatMethod public NoSuchEntityException(java.lang.Throwable cause, @FormatString java.lang.String message, java.lang.Object... args)
message
- The detail message.cause
- The cause of the exception.args
- The argument of the formatted message.