Class InvalidCalendarException

All Implemented Interfaces:
Serializable

public class InvalidCalendarException extends AppianException
This exception is thrown if an API method is called that acts on a calendar (or calendar Id) and that calendar does not exist.
See Also:
  • Constructor Details

    • InvalidCalendarException

      public InvalidCalendarException(String message_)
      Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable)
      Parameters:
      message_ - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method