|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.remedy.arsys.api.ARException
The ARException
class represents the exceptions generated by API.
StatusInfo
represents the actual information
returned by the system.
Constructor Summary | |
ARException()
constructor |
|
ARException(StatusInfo[] lastStatus)
|
Method Summary | |
void |
clear()
Release all variable object references. |
void |
describe()
Prints out last status of object |
protected void |
finalize()
Clears up all variable object references if it is called, even through there is no guarantee to be called. |
StatusInfo[] |
getLastStatus()
Returns last status of operation. |
java.lang.String |
getMessage()
Returns in a String object for all of the status messages. |
void |
setLastStatus(StatusInfo[] lastStatus)
Sets last status of operation. |
java.lang.String |
toString()
Returns in a String object all of the status messages. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ARException()
public ARException(StatusInfo[] lastStatus)
Method Detail |
public void describe()
public java.lang.String toString()
public java.lang.String getMessage()
public StatusInfo[] getLastStatus()
public void setLastStatus(StatusInfo[] lastStatus)
public void clear()
protected void finalize() throws java.lang.Throwable
finalize
method calls clear().
Client should call this in their finally block when done with this object.
java.lang.Throwable
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |