IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.execution.results.data.aggregation
Class AggregationException

java.lang.Object
  extended by java.lang.Throwable
      extended by com.ibm.rational.test.lt.execution.results.data.aggregation.AggregationException
All Implemented Interfaces:
Serializable

public class AggregationException
extends Throwable

RPT Aggregation infrastructure exception

See Also:
Serialized Form

Constructor Summary
AggregationException()
           
AggregationException(String message)
           
AggregationException(String message, Throwable cause)
           
AggregationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AggregationException

public AggregationException()

AggregationException

public AggregationException(String message)
Parameters:
message -

AggregationException

public AggregationException(String message,
                            Throwable cause)
Parameters:
message -
cause -

AggregationException

public AggregationException(Throwable cause)
Parameters:
cause -

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.