public class OkapiFileNotFoundException extends OkapiException
| Constructor and Description |
|---|
OkapiFileNotFoundException()
Creates an empty new OkapiFileNotFoundException object.
|
OkapiFileNotFoundException(String message)
Creates a new OkapiFileNotFoundException object with a given message.
|
OkapiFileNotFoundException(String message,
Throwable cause)
Creates a new OkapiFileNotFoundException object with a given message and
a given parent exception cause.
|
OkapiFileNotFoundException(Throwable cause)
Creates a new OkapiFileNotFoundException object with a given parent
exception cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OkapiFileNotFoundException()
public OkapiFileNotFoundException(String message)
message - text of the message.public OkapiFileNotFoundException(Throwable cause)
cause - the parent exception cause.Copyright © 2021. All rights reserved.