5.1 Action Request System Java API

com.remedy.arsys.api
Class ARException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.remedy.arsys.api.ARException
All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
ARException()
          constructor
ARException(StatusInfo[] lastStatus)
           
 
Method Summary
 void describe()
          Prints out last status of object
 StatusInfo[] getLastStatus()
          Returns last status of operation.
 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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ARException

public ARException()
constructor

ARException

public ARException(StatusInfo[] lastStatus)
Method Detail

describe

public void describe()
Prints out last status of object

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.

5.1 Action Request System Java API