com.ibm.soa.sp.trafficsh
Class TrafficExceededFault
java.lang.Object
java.lang.Throwable
java.lang.Exception
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)
|
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 |
TrafficExceededFault
public TrafficExceededFault(java.lang.String service,
java.lang.String operation,
java.lang.String resource,
int requestCapacity,
int resourceRateLimit,
int resourceBurstSize,
int remainingCapacity)
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.