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