|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ode.utils.SystemConfigurationException
public class SystemConfigurationException
An exception to encapsulate issues with system configuration. Examples include the inability to find required services (e.g., XML parsing).
Constructor Summary | |
---|---|
SystemConfigurationException(java.lang.String message)
Construct a new instance with the specified message. |
|
SystemConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Construct a new instance with the specified message and a Throwable that triggered this exception. |
|
SystemConfigurationException(java.lang.Throwable cause)
Construct a new instance with the specified Throwable as the root
cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SystemConfigurationException(java.lang.String message)
message
- a descriptive message.RuntimeException.RuntimeException(java.lang.String)
public SystemConfigurationException(java.lang.String message, java.lang.Throwable cause)
Throwable
that triggered this exception.
message
- a descriptive messagecause
- the causeRuntimeException.RuntimeException(java.lang.String,
java.lang.Throwable)
public SystemConfigurationException(java.lang.Throwable cause)
Throwable
as the root
cause.
cause
- the causeRuntimeException.RuntimeException(java.lang.Throwable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |