Class CallNotFoundException

All Implemented Interfaces:
Serializable

public class CallNotFoundException extends PhoneSystemException
Signals that a specified call does not exist or could not be found.
Since:
11.27
See Also:
  • Field Details

    • callId

      protected final String callId
  • Constructor Details

    • CallNotFoundException

      public CallNotFoundException(String callId)
      Parameters:
      callId - the id of the call (which is saved for later retrieval by the getCallId() method).
      Since:
      11.27
    • CallNotFoundException

      public CallNotFoundException(String callId, String message)
      Parameters:
      callId - the id of the call (which is saved for later retrieval by the getCallId() method).
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      Since:
      11.27
  • Method Details