|
||||||||||
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.icat.exceptions.ICATServiceException
public class ICATServiceException
Exception raised by ICAT service when an error occurs.
Constructor Summary | |
---|---|
ICATServiceException()
Default constructor. |
|
ICATServiceException(java.lang.String message)
Constructor taking throwable object. |
|
ICATServiceException(java.lang.String message,
java.lang.Throwable cause)
Constructor taking error message. |
|
ICATServiceException(java.lang.Throwable cause)
Constructor taking throwable object and error message. |
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 ICATServiceException()
public ICATServiceException(java.lang.String message)
message
- error message to set.public ICATServiceException(java.lang.Throwable cause)
cause
- Throwable object to set.public ICATServiceException(java.lang.String message, java.lang.Throwable cause)
message
- error message to set.cause
- Throwable object to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |