com.sun.n1.sps.model.component
Interface CompError

All Superinterfaces:
CompStatus

public interface CompError
extends CompStatus

Indicates the checkin was for an component that was in error status.


Method Summary
 java.lang.Exception[] getExceptions()
          Returns an array of exceptions causing this error.
 
Methods inherited from interface com.sun.n1.sps.model.component.CompStatus
getEndTime
 

Method Detail

getExceptions

java.lang.Exception[] getExceptions()
Returns an array of exceptions causing this error.

Returns:
An array of exceptions causing this error.