Class PermanentConnectionRefusalException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class PermanentConnectionRefusalException
    extends ConnectionRefusalException
    Deprecated.
    Does not actually do what it claims; only affects logging levels.
    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()
        Deprecated.
      • PermanentConnectionRefusalException

        public PermanentConnectionRefusalException​(String message)
        Deprecated.
      • PermanentConnectionRefusalException

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

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

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

        public PermanentConnectionRefusalException​(Throwable cause)
        Deprecated.