com.adhi.adhij
Class BusinessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adhi.adhij.BusinessException
All Implemented Interfaces:
java.io.Serializable

public class BusinessException
extends java.lang.Exception

The Business Exception class. This exception is thrown when a business error occurs,usually thrown by business objects

Author:
DKRISHNA
See Also:
Serialized Form

Constructor Summary
BusinessException(java.lang.String message)
          This constructor takes in a message as the input argument
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BusinessException

public BusinessException(java.lang.String message)
This constructor takes in a message as the input argument

Parameters:
message - the error message