Class AllConnectionsInUseException

    • Constructor Detail

      • AllConnectionsInUseException

        public AllConnectionsInUseException()
        Create a new instance of AllConnectionsInUseException without a detail message or cause.
      • AllConnectionsInUseException

        public AllConnectionsInUseException​(String message)
        Create a new instance of AllConnectionsInUseException with a detail message
        Parameters:
        message - the detail message
      • AllConnectionsInUseException

        public AllConnectionsInUseException​(Throwable cause)
        Create a new instance of AllConnectionsInUseException with a cause
        Parameters:
        cause - the cause
      • AllConnectionsInUseException

        public AllConnectionsInUseException​(String message,
                                            Throwable cause)
        Create a new instance of AllConnectionsInUseException with a detail message and cause
        Parameters:
        message - the detail message
        cause - the cause