|
||||||||||
| 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.InvalidICATRequestException
public class InvalidICATRequestException
Exception thrown when an invalid DDM request is received.
| Constructor Summary | |
|---|---|
InvalidICATRequestException()
Default constructor. |
|
InvalidICATRequestException(java.lang.String message)
Constructor taking throwable object. |
|
InvalidICATRequestException(java.lang.String message,
java.lang.Throwable cause)
Constructor taking error message. |
|
InvalidICATRequestException(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 InvalidICATRequestException()
public InvalidICATRequestException(java.lang.String message)
message - error message to set.public InvalidICATRequestException(java.lang.Throwable cause)
cause - Throwable object to set.
public InvalidICATRequestException(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 | |||||||||