public class NotFoundException extends FlowthingsException
| Constructor and Description |
|---|
NotFoundException() |
NotFoundException(String message) |
NotFoundException(String message,
Throwable cause) |
NotFoundException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
NotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException()
public NotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public NotFoundException(String message)
public NotFoundException(Throwable cause)
Copyright © 2015. All rights reserved.