com.instantbank.servicing.control
Class GeneralFailureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.instantbank.servicing.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:
Instant-bank (Consuelo Franky)
See Also:
Serialized Form

Field Summary
private  java.lang.Throwable t
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, 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