Class CalendarException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.codename1.calendar.CalendarException

public class CalendarException extends Exception
Exception returned by asynchronous calendar operations.
  • Constructor Details

  • Method Details

    • getError

      public CalendarError getError()
    • getResponseCode

      public int getResponseCode()
    • getResponseBody

      public String getResponseBody()
      Returns the provider response body for an HTTP failure, if one was available. This is kept separate from the user-facing exception message.