org.smallmind.quorum.pool.component
Class ComponentPoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.smallmind.nutsnbolts.lang.FormattedException
              extended by org.smallmind.quorum.pool.component.ComponentPoolException
All Implemented Interfaces:
Serializable

public class ComponentPoolException
extends FormattedException

See Also:
Serialized Form

Constructor Summary
ComponentPoolException()
           
ComponentPoolException(String message, Object... args)
           
ComponentPoolException(Throwable throwable)
           
ComponentPoolException(Throwable throwable, String message, Object... args)
           
 
Method Summary
 
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

ComponentPoolException

public ComponentPoolException()

ComponentPoolException

public ComponentPoolException(String message,
                              Object... args)

ComponentPoolException

public ComponentPoolException(Throwable throwable,
                              String message,
                              Object... args)

ComponentPoolException

public ComponentPoolException(Throwable throwable)


Copyright © 2011. All Rights Reserved.