public class NotFoundException extends Exception
| Constructor and Description |
|---|
NotFoundException()
Exception without any message.
|
NotFoundException(String message)
Exception with message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException()
public NotFoundException(String message)
message - the messageCopyright © 2011–2016 eXo Platform SAS. All rights reserved.