org.dentaku.services.exception
Class EventException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dentaku.services.exception.DentakuException
              extended byorg.dentaku.services.exception.EventException
All Implemented Interfaces:
java.io.Serializable

public class EventException
extends DentakuException

See Also:
Serialized Form

Constructor Summary
EventException()
           
EventException(java.lang.String message)
           
EventException(java.lang.String message, java.lang.Throwable cause)
           
EventException(java.lang.Throwable cause)
           
 
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()

EventException

public EventException(java.lang.String message)

EventException

public EventException(java.lang.Throwable cause)

EventException

public EventException(java.lang.String message,
                      java.lang.Throwable cause)


Copyright © -2004 . All Rights Reserved.