Class SessionPool.SessionPoolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
com.progress.open4gl.Open4GLException
com.progress.open4gl.dynamicapi.SessionPool.SessionPoolException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, Serializable
Direct Known Subclasses:
SessionPool.InvalidPropertiesException, SessionPool.NoAvailableSessionsException, SessionPool.SessionNotFoundException
Enclosing class:
SessionPool

public static class SessionPool.SessionPoolException extends Open4GLException
See Also:
  • Constructor Details

    • SessionPoolException

      public SessionPoolException()
    • SessionPoolException

      public SessionPoolException(String detail)
    • SessionPoolException

      public SessionPoolException(Throwable t, String detail)
  • Method Details

    • getDetail

      public String getDetail()