Package net.fortuna.ical4j.connector
Class ObjectStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.fortuna.ical4j.connector.ObjectStoreException
-
- All Implemented Interfaces:
Serializable
public class ObjectStoreException extends Exception
$Id$ Created on 20/02/2008- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectStoreException()
Default constructor.ObjectStoreException(String message)
ObjectStoreException(String message, Throwable cause)
ObjectStoreException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-