org.jboss.test.bank.interfaces
Class BankException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.test.bank.interfaces.BankException
All Implemented Interfaces:
java.io.Serializable

public class BankException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
BankException(java.lang.String message)
           
BankException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BankException

public BankException(java.lang.String message)

BankException

public BankException(java.lang.String message,
                     java.lang.Exception e)
Method Detail

getCause

public java.lang.Throwable getCause()

toString

public java.lang.String toString()