org.strutsme.wishlist.business
Class BusinessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.strutsme.wishlist.business.BusinessException
- All Implemented Interfaces:
- java.io.Serializable
public class BusinessException
- extends java.lang.Exception
The exception thrown from business layer.
- Author:
- lbusmann
- See Also:
- Serialized Form
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BusinessException
public BusinessException()
BusinessException
public BusinessException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - error messagecause - Throwable
BusinessException
public BusinessException(java.lang.String message)
- Parameters:
message - error message
BusinessException
public BusinessException(java.lang.Throwable cause)
- Parameters:
cause - Throwable