
public class NotFoundException extends MetadataRepositoryException
| Constructor and Description |
|---|
NotFoundException()
Constructor
|
NotFoundException(String message)
Constructor
|
NotFoundException(String message,
Throwable cause)
Constructor
|
NotFoundException(Throwable cause)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException()
public NotFoundException(String message)
message - The exception messagepublic NotFoundException(String message, Throwable cause)
message - The exception messagecause - The cause of the exceptionpublic NotFoundException(Throwable cause)
cause - The cause of the exceptionCopyright © 2013 IronJacamar (http://www.ironjacamar.org)