Class VDPConnectException

All Implemented Interfaces:
Serializable

public class VDPConnectException extends ConnectException
Exception returned when a connection against VDP fails. It may mean that VDP is off or that the authentication was wrong.
Since:
5.0
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      For interoperability with possible future changes.
      See Also:
  • Constructor Details

    • VDPConnectException

      public VDPConnectException()
    • VDPConnectException

      public VDPConnectException(String message)