public class ResourceNotFoundException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ResourceNotFoundException()
Constructs an
ResourceNotFoundException with null as its error detail
message. |
ResourceNotFoundException(java.lang.Throwable cause)
Constructs an
ResourceNotFoundException with a root cause. |
public ResourceNotFoundException()
ResourceNotFoundException with null as its error detail
message.public ResourceNotFoundException(java.lang.Throwable cause)
ResourceNotFoundException with a root cause.cause - the root cause