public class NotFoundException extends ResourceAdapterRepositoryException
| Constructor and Description |
|---|
NotFoundException()
Constructor
|
NotFoundException(java.lang.String message)
Constructor
|
NotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructor
|
NotFoundException(java.lang.Throwable cause)
Constructor
|
public NotFoundException()
public NotFoundException(java.lang.String message)
message - The exception messagepublic NotFoundException(java.lang.String message,
java.lang.Throwable cause)
message - The exception messagecause - The cause of the exceptionpublic NotFoundException(java.lang.Throwable cause)
cause - The cause of the exceptionCopyright © 2014 IronJacamar (http://www.ironjacamar.org)