|
||||||||||
| 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
au.edu.archer.service.srb.exceptions.SRBServiceException
public class SRBServiceException
Exception thrown if error occurs while processing SRB request.
| Constructor Summary | |
|---|---|
SRBServiceException()
Default constructor. |
|
SRBServiceException(java.lang.String message)
Constructor taking error message. |
|
SRBServiceException(java.lang.String message,
java.lang.Throwable rootCause)
Constructor taking throwable object and error message. |
|
SRBServiceException(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 SRBServiceException()
public SRBServiceException(java.lang.String message)
message - error message to set.public SRBServiceException(java.lang.Throwable rootCause)
rootCause - Throwable object to set.
public SRBServiceException(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 | |||||||||