Class CallException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.codename1.call.CallException

public class CallException extends Exception
Thrown through the failure path of every AsyncResource returned by the com.codename1.call APIs, and passed to the failure callbacks of the session and directory listeners. getError() returns a typed CallError so callers react without string-matching the message.
  • Constructor Details

  • Method Details

    • getError

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