public class OkapiBadStepInputException extends OkapiException
| Constructor and Description |
|---|
OkapiBadStepInputException()
Creates an empty new OkapiBadStepInputException object.
|
OkapiBadStepInputException(String message)
Creates a new OkapiBadStepInputException object with a given message.
|
OkapiBadStepInputException(String message,
Throwable cause)
Creates a new OkapiBadStepInputException object with a given message and
a given parent exception cause.
|
OkapiBadStepInputException(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 OkapiBadStepInputException()
public OkapiBadStepInputException(String message)
message - text of the message.public OkapiBadStepInputException(Throwable cause)
cause - the parent exception cause.Copyright © 2022. All rights reserved.