public class NotFoundException extends AcegiSecurityException
Constructor and Description |
---|
NotFoundException(String msg)
Constructs an
NotFoundException with the specified message. |
NotFoundException(String msg,
Throwable t)
Constructs an
NotFoundException with the specified message
and root cause. |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFoundException(String msg)
NotFoundException
with the specified message.msg
- the detail messageCopyright © 2017. All rights reserved.