public class NotFoundException extends GravitinoRuntimeException
Constructor and Description |
---|
NotFoundException(java.lang.String message)
Constructs a new NotFoundException.
|
NotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new NotFoundException.
|
public NotFoundException(java.lang.String message)
message
- The detail message.public NotFoundException(java.lang.String message, java.lang.Throwable cause)
message
- The detail message.cause
- The cause of the exception.