org.apache.openejb.core.timer
Class TimerStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.openejb.OpenEJBException
              extended by org.apache.openejb.core.timer.TimerStoreException
All Implemented Interfaces:
Serializable

public class TimerStoreException
extends OpenEJBException

See Also:
Serialized Form

Constructor Summary
TimerStoreException()
           
TimerStoreException(String message)
           
TimerStoreException(String message, Throwable cause)
           
TimerStoreException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.openejb.OpenEJBException
getMessage, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

TimerStoreException

public TimerStoreException()

TimerStoreException

public TimerStoreException(String message)

TimerStoreException

public TimerStoreException(String message,
                           Throwable cause)

TimerStoreException

public TimerStoreException(Throwable cause)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.