public class NotFoundException extends Exception
| Constructor and Description |
|---|
NotFoundException() |
NotFoundException(String message) |
NotFoundException(String message,
Throwable cause) |
NotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException()
public NotFoundException(String message, Throwable cause)
message - cause - public NotFoundException(String message)
message - public NotFoundException(Throwable cause)
cause - Copyright © 2013 JBoss by Red Hat. All Rights Reserved.