public class NotFoundException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
NotFoundException(java.lang.String message)
Constructs an InvocationException with the provided detail message.
|
NotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructs an InvocationException with the given detail message and cause.
|
public NotFoundException(@Nonnull
java.lang.String message)
message - the detailed exception message.public NotFoundException(@Nonnull
java.lang.String message,
@Nonnull
java.lang.Throwable cause)
message - the detailed exception message.cause - the exception cause.