public class NotFoundException
extends java.lang.RuntimeException
Constructor and Description |
---|
NotFoundException(java.lang.String message)
Instantiates a new Not found exception.
|
NotFoundException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new Not found exception.
|
public NotFoundException(java.lang.String message)
message
- the messagepublic NotFoundException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the cause