com.sun.enterprise.admin.monitor.stats.lb
Class LoadBalancerStats.ValidateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.enterprise.admin.monitor.stats.lb.LoadBalancerStats.ValidateException
All Implemented Interfaces:
Serializable
Enclosing class:
LoadBalancerStats

public static class LoadBalancerStats.ValidateException
extends Exception

See Also:
Serialized Form

Constructor Summary
LoadBalancerStats.ValidateException(String msg, String failedPropertyName, CommonBean failedBean)
           
 
Method Summary
 CommonBean getFailedBean()
           
 String getFailedPropertyName()
           
 
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

LoadBalancerStats.ValidateException

public LoadBalancerStats.ValidateException(String msg,
                                           String failedPropertyName,
                                           CommonBean failedBean)
Method Detail

getFailedPropertyName

public String getFailedPropertyName()

getFailedBean

public CommonBean getFailedBean()


Copyright © 2012. All Rights Reserved.