jbora
Class EventException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjbora.JBoraException
              extended byjbora.EventException
All Implemented Interfaces:
Serializable

public class EventException
extends JBoraException

Thrown when an error occurs while managing an Event object.

Author:
Milan Prica
See Also:
Serialized Form

Constructor Summary
EventException()
           
 
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

EventException

public EventException()