|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
au.edu.archer.service.common.exceptions.BusinessException
public class BusinessException
An exception which is thrown when business logic goes wrong.
All the business exception classes shall extend this exception.
Constructor Summary | |
---|---|
BusinessException()
Default constructor. |
|
BusinessException(java.lang.String message)
Constructor taking error message. |
|
BusinessException(java.lang.String message,
java.lang.Throwable rootCause)
Constructor taking throwable object and error message. |
|
BusinessException(java.lang.Throwable rootCause)
Constructor taking throwable object. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BusinessException()
public BusinessException(java.lang.String message)
message
- error message to set.public BusinessException(java.lang.Throwable rootCause)
rootCause
- Throwable object to set.public BusinessException(java.lang.String message, java.lang.Throwable rootCause)
message
- error message to set.rootCause
- Throwable object to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |