com.arjuna.ats.arjuna.exceptions
Class ObjectStoreError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.arjuna.ats.arjuna.exceptions.ObjectStoreError
All Implemented Interfaces:
java.io.Serializable

public class ObjectStoreError
extends java.lang.Error

Error that can be thrown when attempting to access the object store.

Since:
JTS 2.1.
Version:
$Id: ObjectStoreError.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)
See Also:
Serialized Form

Constructor Summary
ObjectStoreError()
           
ObjectStoreError(java.lang.String s)
           
 
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

ObjectStoreError

public ObjectStoreError()

ObjectStoreError

public ObjectStoreError(java.lang.String s)