com.neeve.ods
Class OdsPartialInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.neeve.ods.OdsPartialInitException
All Implemented Interfaces:
Serializable

public class OdsPartialInitException
extends RuntimeException

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.

See Also:
Serialized Form

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

OdsPartialInitException

public OdsPartialInitException(Throwable cause)
Construct using a linked exception


OdsPartialInitException

public OdsPartialInitException(String str)
Construct using error string.


OdsPartialInitException

public OdsPartialInitException()
Default constructor



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.