com.remedy.arsys.api
Class ARException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.remedy.arsys.api.ARException
- public class ARException
- extends java.lang.Exception
The ARException class represents the exceptions generated by API.
StatusInfo represents the actual information
returned by the system.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ARException
public ARException()
- constructor
ARException
public ARException(StatusInfo[] lastStatus)
describe
public void describe()
toString
public java.lang.String toString()
- Returns in a String object all of the status messages.
- Overrides:
- toString in class java.lang.Throwable
getLastStatus
public StatusInfo[] getLastStatus()
- Returns last status of operation.
setLastStatus
public void setLastStatus(StatusInfo[] lastStatus)
- Sets last status of operation.