Package com.bea.wcp.sip.engine
Class InvalidConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.wcp.sip.engine.InvalidConfigException
- All Implemented Interfaces:
Serializable
Traps an invalid configuration. Returns an error code and any parameters if available.
- Author:
- Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidConfigException(int errCd, String[] args) InvalidConfigException(String msg, int errCd, String[] args) InvalidConfigException(String msg, String[] args) InvalidConfigException(String msg, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidConfigException
-
InvalidConfigException
-
InvalidConfigException
-
InvalidConfigException
-
InvalidConfigException
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
getParams
-