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