public class ObjectStoreException
extends java.lang.Exception
ObjectStoreService. Subclasses describe error conditions more detail,
instances of this class are thrown if no subclass matches the condition.| Constructor and Description |
|---|
ObjectStoreException(java.lang.String message)
create exception with description only.
|
ObjectStoreException(java.lang.String message,
java.lang.Throwable cause)
create exception with description and causing exception.
|
ObjectStoreException(java.lang.Throwable cause)
create exception from causing exception.
|
public ObjectStoreException(java.lang.String message,
java.lang.Throwable cause)
public ObjectStoreException(java.lang.String message)
public ObjectStoreException(java.lang.Throwable cause)