org.tubo.exception
Class TuboException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.tubo.exception.TuboException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TuboConfigurationException, TuboFlowException, TuboKernelException, TuboResourceException

public class TuboException
extends java.lang.RuntimeException

Created: Jun 23, 2005 6:23:23 AM Last Modification Date: $Date: 2006-12-15 18:48:45 -0300 (Fri, 15 Dec 2006) $

Version:
$Revision: 84 $
Author:
maldito_orco (maldito_orco@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
TuboException()
           
TuboException(java.lang.String message)
           
TuboException(java.lang.String message, java.lang.Throwable cause)
           
TuboException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values
Constructor Detail

TuboException

public TuboException()

TuboException

public TuboException(java.lang.String message)

TuboException

public TuboException(java.lang.Throwable cause)

TuboException

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


Copyright © 2004-2007 Tubo. All Rights Reserved.