com.instantbank.lettertemplate.control
Class LetterTemplateEventException

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

public class LetterTemplateEventException
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
LetterTemplateEventException()
          Constructor for the LetterTemplateEventException object
LetterTemplateEventException(java.lang.String str)
          Constructor for the LetterTemplateEventException 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

LetterTemplateEventException

public LetterTemplateEventException()
Constructor for the LetterTemplateEventException object

LetterTemplateEventException

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