ncsa.tools.common.exceptions
Class CycleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byncsa.tools.common.exceptions.BaseCommonException
              extended byncsa.tools.common.exceptions.CycleException
All Implemented Interfaces:
java.io.Serializable

public class CycleException
extends BaseCommonException

See Also:
Serialized Form

Constructor Summary
CycleException()
           
CycleException(java.lang.String message)
           
CycleException(java.lang.String message, java.lang.Throwable cause)
           
CycleException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CycleException

public CycleException()

CycleException

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

CycleException

public CycleException(java.lang.String message)

CycleException

public CycleException(java.lang.Throwable cause)