|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensubsystems.core.error.OSSException
org.opensubsystems.core.error.OSSConfigException
public class OSSConfigException
Exception thrown when there was a problem with a configuration settings.
| Constructor Summary | |
|---|---|
OSSConfigException()
Create new exception |
|
OSSConfigException(java.lang.String message)
Create new exception |
|
OSSConfigException(java.lang.String message,
java.lang.Throwable cause)
Create new exception |
|
OSSConfigException(java.lang.Throwable cause)
Create new exception |
|
| 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 OSSConfigException()
public OSSConfigException(java.lang.String message)
message - - message to display
public OSSConfigException(java.lang.String message,
java.lang.Throwable cause)
message - - message to displaycause - - cause for errorpublic OSSConfigException(java.lang.Throwable cause)
cause - - cause for error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||