com.codestreet.messageforge
Class MsgValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.codestreet.messageforge.RBaseException
              extended bycom.codestreet.messageforge.RBusinessException
                  extended bycom.codestreet.messageforge.MsgValidationException
All Implemented Interfaces:
java.io.Serializable

public class MsgValidationException
extends RBusinessException

Message validation exception.

Author:
Jawaid Hakim.
See Also:
Serialized Form

Constructor Summary
MsgValidationException(java.lang.String desc)
          Constructor.
MsgValidationException(java.lang.Throwable original)
          Constructor.
 
Methods inherited from class com.codestreet.messageforge.RBaseException
generateStackTraceString, getMessage, getRootCause, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MsgValidationException

public MsgValidationException(java.lang.String desc)
Constructor.

Parameters:
desc - Description of exception.

MsgValidationException

public MsgValidationException(java.lang.Throwable original)
Constructor.

Parameters:
original - Original throwable.


Copyright © 2003-2006 CodeStreet. All Rights Reserved.