|
|||||||||
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
com.neeve.ods.OdsPartialInitException
public class OdsPartialInitException
Thrown on incomplete initialization.
This exception is thrown when the initilization of a backup store member was interrupted and could not be completed. The exception is thrown since, in such a scenario, the application is in an uncertain state.
Constructor Summary | |
---|---|
OdsPartialInitException()
Default constructor |
|
OdsPartialInitException(String str)
Construct using error string. |
|
OdsPartialInitException(Throwable cause)
Construct using a linked 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OdsPartialInitException(Throwable cause)
public OdsPartialInitException(String str)
public OdsPartialInitException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |