public class ResourceNotFoundException
extends java.lang.IllegalStateException
Constructor and Description |
---|
ResourceNotFoundException()
Creates a new instance with no detail message.
|
ResourceNotFoundException(java.lang.String message)
Creates a new instance with the given detail message.
|
ResourceNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.
|
ResourceNotFoundException(java.lang.Throwable cause)
Creates a new instance with the given cause.
|
public ResourceNotFoundException()
public ResourceNotFoundException(@Nullable java.lang.String message)
public ResourceNotFoundException(@Nullable java.lang.String message, @Nullable java.lang.Throwable cause)
public ResourceNotFoundException(@Nullable java.lang.Throwable cause)