com.cinecolombia.cinecolombia.control
Class GeneralFailureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.cinecolombia.cinecolombia.control.GeneralFailureException
All Implemented Interfaces:
java.io.Serializable

public class GeneralFailureException
extends java.lang.RuntimeException
implements java.io.Serializable

This exception is the base class for all the web runtime exceptions.

Author:
CincoSOFT
See Also:
Serialized Form
Created:
Junio 2003

Field Summary
private  java.lang.Throwable t
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
GeneralFailureException(java.lang.String s)
          Constructor for the GeneralFailureException object
GeneralFailureException(java.lang.String s, java.lang.Throwable t)
          Constructor for the GeneralFailureException object
 
Method Summary
 java.lang.String getThrowable()
          Gets the throwable attribute of the GeneralFailureException object
 
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

t

private java.lang.Throwable t
Constructor Detail

GeneralFailureException

public GeneralFailureException(java.lang.String s)
Constructor for the GeneralFailureException object

Parameters:
s - message of exception

GeneralFailureException

public GeneralFailureException(java.lang.String s,
                               java.lang.Throwable t)
Constructor for the GeneralFailureException object

Parameters:
s - message of exception
t - Throwable object
Method Detail

getThrowable

public java.lang.String getThrowable()
Gets the throwable attribute of the GeneralFailureException object

Returns:
The throwable value