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