public class OtclConfigException extends OtclException
| Constructor and Description |
|---|
OtclConfigException(String errorCode)
Instantiates a new otcl config exception.
|
OtclConfigException(String errorCode,
String msg)
Instantiates a new otcl config exception.
|
OtclConfigException(String errorCode,
String msg,
Throwable cause)
Instantiates a new otcl config exception.
|
OtclConfigException(String errorCode,
Throwable cause)
Instantiates a new otcl config exception.
|
OtclConfigException(Throwable cause)
Instantiates a new otcl config exception.
|
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OtclConfigException(String errorCode)
errorCode - the error codepublic OtclConfigException(String errorCode, String msg)
errorCode - the error codemsg - the msgpublic OtclConfigException(Throwable cause)
cause - the causepublic OtclConfigException(String errorCode, Throwable cause)
errorCode - the error codecause - the causeCopyright © 2021. All rights reserved.