org.backsource.qcron
Class CronException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.backsource.utils.lang.NestableException
              extended byorg.backsource.qcron.CronException
All Implemented Interfaces:
java.io.Serializable

public class CronException
extends org.backsource.utils.lang.NestableException

Common exception thrown i cron API.

Version:
$Revision: 1.1.1.1 $
Author:
Peter Antman
See Also:
Serialized Form

Constructor Summary
CronException(java.lang.Exception e)
           
CronException(java.lang.String m)
           
CronException(java.lang.String m, java.lang.Exception e)
           
 
Methods inherited from class org.backsource.utils.lang.NestableException
main, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CronException

public CronException(java.lang.String m,
                     java.lang.Exception e)

CronException

public CronException(java.lang.String m)

CronException

public CronException(java.lang.Exception e)


Copyright © 2003-2004 Backsource. All Rights Reserved.