com.codestreet.messageforge
Class RBusinessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.codestreet.messageforge.RBaseException
              extended bycom.codestreet.messageforge.RBusinessException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BeanValidationException, FieldValidationException, MsgValidationException

public class RBusinessException
extends RBaseException

Exception thrown when a normal usage error condition is trapped. This category of exceptions indicate non-system exceptions. For example, if a message validation fails it is a business exception. On the other hand, if there an unsupported operation is performed a system exception will be thrown.

Author:
Jawaid Hakim.
See Also:
RSystemException, Serialized Form

Constructor Summary
RBusinessException(java.lang.String desc)
          Constructor.
RBusinessException(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

RBusinessException

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

Parameters:
desc - Description of exception.

RBusinessException

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

Parameters:
original - Original throwable.


Copyright © 2003-2006 CodeStreet. All Rights Reserved.