|
|||||||||
| 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.OSSInternalErrorException
public class OSSInternalErrorException
Exception thrown when the any internal error is occured. Internal error is error, from which it is not possible to recover.
| Constructor Summary | |
|---|---|
OSSInternalErrorException()
Create new exception |
|
OSSInternalErrorException(java.lang.String message)
Create new exception |
|
OSSInternalErrorException(java.lang.String message,
java.lang.Throwable cause)
Create new exception |
|
OSSInternalErrorException(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 OSSInternalErrorException()
public OSSInternalErrorException(java.lang.String message)
message - - message to display
public OSSInternalErrorException(java.lang.String message,
java.lang.Throwable cause)
message - - message to displaycause - - cause for errorpublic OSSInternalErrorException(java.lang.Throwable cause)
cause - - cause for error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||