public class NotFoundException extends SpringSecurityException
Constructor and Description |
---|
NotFoundException(java.lang.String msg)
Constructs an
NotFoundException with the specified message. |
NotFoundException(java.lang.String msg,
java.lang.Throwable t)
Constructs an
NotFoundException with the specified message
and root cause. |
contains, getMessage, getMostSpecificCause, getRootCause
public NotFoundException(java.lang.String msg)
NotFoundException
with the specified message.msg
- the detail messagepublic NotFoundException(java.lang.String msg, java.lang.Throwable t)
NotFoundException
with the specified message
and root cause.msg
- the detail messaget
- root cause