Class VpnException


public class VpnException extends Exception
Thrown through the failure path of every AsyncResource returned by the com.codename1.vpn APIs. getError() returns a typed VpnError so callers react without string-matching the message.
  • Constructor Details

  • Method Details

    • getError

      public VpnError getError()
      Typed error code describing the failure. Never null.