com.instantbank.servicing.control
Class ServicingEventException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.instantbank.servicing.control.ServicingEventException
All Implemented Interfaces:
java.io.Serializable

public class ServicingEventException
extends java.lang.Exception
implements java.io.Serializable

This exception is the base class for all the event exceptions.

Author:
Instant-bank (Consuelo Franky)
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ServicingEventException()
          Constructor for the ServicingEventException object
ServicingEventException(java.lang.String str)
          Constructor for the ServicingEventException 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
 

Constructor Detail

ServicingEventException

public ServicingEventException()
Constructor for the ServicingEventException object

ServicingEventException

public ServicingEventException(java.lang.String str)
Constructor for the ServicingEventException object
Parameters:
str - message of exception