Oracle Corporation

Uses of Class
com.bea.wlcp.wlng.api.management.ManagementException

Packages that use ManagementException
com.bea.wlcp.wlng.api.management   
com.bea.wlcp.wlng.api.sla   
 

Uses of ManagementException in com.bea.wlcp.wlng.api.management
 

Subclasses of ManagementException in com.bea.wlcp.wlng.api.management
 class DuplicateKeyException
          The operation resulted in a duplicate key exception.
 class InputManagementException
          This exception should be used when the 'user' has input a value that is faulty.
 class KeyNotFoundException
          The operation could not find the specified key.
 

Uses of ManagementException in com.bea.wlcp.wlng.api.sla
 

Methods in com.bea.wlcp.wlng.api.sla that throw ManagementException
abstract  Document CustomSlaManager.getApplicationGroupCustomSla(String slaType)
          Returns the Application Group SLA of a custum type
abstract  Document CustomSlaManager.getServiceProviderGroupCustomSla(String slaType)
          Returns the Service Provider Group SLA of a custum type
abstract  Document CustomSlaManager.getGlobalCustomSla(String slaType)
          Returns the Global SLA of a custum type
abstract  void CustomSlaManager.registerSlaParserCallback(String slaType, String parserId, SlaParserCallback parser)
          Register a custom parser callback for the specific agreement GroupType.
abstract  Object CustomSlaManager.getApplicationGroupCustomSla(String slaType, String parserId)
          Returns the Application Group SLA of a custum type
abstract  Object CustomSlaManager.getServiceProviderGroupCustomSla(String slaType, String parserId)
          Returns the Service Provider Group SLA of a custum type
abstract  Object CustomSlaManager.getGlobalCustomSla(String slaType, String parserId)
          Returns the Global SLA of a custum type
 


Oracle Corporation