|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.config.ConfigurationException
public class ConfigurationException
A ConfigurationException captures information concerning an invalid configuration of Coherence. Specifically it details what the problem was and advice for resolving the issue. Optionally a ConfigurationException may be include the causing Exception.
| Constructor Summary | |
|---|---|
ConfigurationException(java.lang.String sProblem, java.lang.String sAdvice)Constructs a ConfigurationException. |
|
ConfigurationException(java.lang.String sProblem, java.lang.String sAdvice, java.lang.Throwable cause)Constructs a ConfigurationException (with a cause). |
|
| Method Summary | |
|---|---|
java.lang.String |
getAdvice()Returns advice to resolve the issue. |
java.lang.String |
getMessage() |
java.lang.String |
getProblem()Returns what the problem was. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Constructor Detail |
|---|
public ConfigurationException(java.lang.String sProblem,
java.lang.String sAdvice)
ConfigurationException.
sProblem - the problem that occurredsAdvice - the advice to fix the problem
public ConfigurationException(java.lang.String sProblem,
java.lang.String sAdvice,
java.lang.Throwable cause)
ConfigurationException (with a cause).
sProblem - the problem that occurredsAdvice - the advice to fix the problemcause - the Throwable causing the problem| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getProblem()
public java.lang.String getAdvice()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||