Class PermanentConnectionRefusalException

  • All Implemented Interfaces:
    Serializable

    public class PermanentConnectionRefusalException
    extends ConnectionRefusalException
    An exception to flag that the connection has been rejected and no further connection attempts should be made.
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Detail

      • PermanentConnectionRefusalException

        public PermanentConnectionRefusalException()
      • PermanentConnectionRefusalException

        public PermanentConnectionRefusalException​(String message)
      • PermanentConnectionRefusalException

        public PermanentConnectionRefusalException​(String message,
                                                   Object... args)
      • PermanentConnectionRefusalException

        public PermanentConnectionRefusalException​(Throwable cause,
                                                   String message,
                                                   Object... args)
      • PermanentConnectionRefusalException

        public PermanentConnectionRefusalException​(String message,
                                                   Throwable cause)
      • PermanentConnectionRefusalException

        public PermanentConnectionRefusalException​(Throwable cause)