Class NoGoodResourcesException

  • All Implemented Interfaces:
    com.mchange.lang.PotentiallySecondary, java.io.Serializable

    public class NoGoodResourcesException
    extends ResourcePoolException
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class com.mchange.lang.PotentiallySecondaryException

        getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoGoodResourcesException

        public NoGoodResourcesException​(java.lang.String msg,
                                        java.lang.Throwable t)
      • NoGoodResourcesException

        public NoGoodResourcesException​(java.lang.Throwable t)
      • NoGoodResourcesException

        public NoGoodResourcesException​(java.lang.String msg)
      • NoGoodResourcesException

        public NoGoodResourcesException()