GigaSpaces XAP 9.5 API

org.openspaces.grid.gsm.sla.exceptions
Class SlaEnforcementInProgressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementInProgressException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AutoScalingSlaEnforcementInProgressException, ContainersSlaEnforcementInProgressException, DisconnectedFromLookupServiceException, GridServiceAgentSlaEnforcementInProgressException, MachinesSlaEnforcementInProgressException, RebalancingSlaEnforcementInProgressException, WrongNumberOfESMComponentsException

public class SlaEnforcementInProgressException
extends Exception

See Also:
Serialized Form

Constructor Summary
SlaEnforcementInProgressException(ProcessingUnit pu, String message)
           
SlaEnforcementInProgressException(ProcessingUnit pu, String message, Throwable cause)
           
SlaEnforcementInProgressException(String puName, String message)
           
SlaEnforcementInProgressException(String puName, String message, Throwable cause)
           
 
Method Summary
 boolean equals(Object obj)
           
 Throwable fillInStackTrace()
          Override the method to avoid expensive stack build and synchronization, since no one uses it anyway.
 String getProcessingUnitName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SlaEnforcementInProgressException

public SlaEnforcementInProgressException(ProcessingUnit pu,
                                         String message)

SlaEnforcementInProgressException

public SlaEnforcementInProgressException(ProcessingUnit pu,
                                         String message,
                                         Throwable cause)

SlaEnforcementInProgressException

public SlaEnforcementInProgressException(String puName,
                                         String message)

SlaEnforcementInProgressException

public SlaEnforcementInProgressException(String puName,
                                         String message,
                                         Throwable cause)
Method Detail

fillInStackTrace

public Throwable fillInStackTrace()
Override the method to avoid expensive stack build and synchronization, since no one uses it anyway.

Overrides:
fillInStackTrace in class Throwable

getProcessingUnitName

public String getProcessingUnitName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.