public class NotFoundException extends RuntimeException
NotFoundException class.
Constructor and Description |
---|
NotFoundException()
Constructor for NotFoundException.
|
NotFoundException(String message)
Constructor for NotFoundException.
|
NotFoundException(String message,
Throwable e)
Constructor for NotFoundException.
|
NotFoundException(Throwable e)
Constructor for NotFoundException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFoundException()
Constructor for NotFoundException.
public NotFoundException(String message, Throwable e)
Constructor for NotFoundException.
public NotFoundException(String message)
Constructor for NotFoundException.
message
- a String
object.Copyright © 2015 SeqWare. All rights reserved.