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, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException(String msg)
NotFoundException with the specified message.msg - the detail messageCopyright © 2021. All rights reserved.