public class ImageNotFoundException extends Exception
| Constructor and Description |
|---|
ImageNotFoundException()
Constructor.
|
ImageNotFoundException(String message)
Constructor with a simple message
|
ImageNotFoundException(String message,
Throwable cause)
Constructor with a message and a cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ImageNotFoundException()
public ImageNotFoundException(String message)
message - the message of this exceptionCopyright © 2019 Communote team. All rights reserved.