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