7.0 Action Request System Java API

com.remedy.arsys.api
Class ARException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.remedy.arsys.api.ARException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ARBulkException

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.
 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, 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.


getMessage

public java.lang.String getMessage()
Returns in a String object for all of the status messages.


getLastStatus

public StatusInfo[] getLastStatus()
Returns last status of operation.


setLastStatus

public void setLastStatus(StatusInfo[] lastStatus)
Sets last status of operation.


7.0 Action Request System Java API