com.ibm.soa.sp.trafficsh
Class TrafficExceededFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.soa.sp.trafficsh.TrafficExceededFault
All Implemented Interfaces:
java.io.Serializable

public class TrafficExceededFault
extends java.lang.Exception
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TrafficExceededFault(java.lang.String service, java.lang.String operation, java.lang.String resource, int requestCapacity, int resourceRateLimit, int resourceBurstSize, int remainingCapacity)
           
 
Method Summary
 java.lang.String getOperation()
           
 int getRemainingCapacity()
           
 int getRequestCapacity()
           
 java.lang.String getResource()
           
 int getResourceBurstSize()
           
 int getResourceRateLimit()
           
 java.lang.String getService()
           
 
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

TrafficExceededFault

public TrafficExceededFault(java.lang.String service,
                            java.lang.String operation,
                            java.lang.String resource,
                            int requestCapacity,
                            int resourceRateLimit,
                            int resourceBurstSize,
                            int remainingCapacity)
Method Detail

getService

public java.lang.String getService()

getOperation

public java.lang.String getOperation()

getResource

public java.lang.String getResource()

getRequestCapacity

public int getRequestCapacity()

getResourceRateLimit

public int getResourceRateLimit()

getResourceBurstSize

public int getResourceBurstSize()

getRemainingCapacity

public int getRemainingCapacity()


Copyright © 2003 IBM Corp. All Rights Reserved.