Class SubscriberAbsentException

All Implemented Interfaces:
Serializable

public class SubscriberAbsentException extends CheckHimException
Exception thrown when the subscriber is temporarily absent or unreachable. This typically occurs when the phone is turned off, out of coverage, or temporarily unable to receive messages.
See Also:
  • Constructor Details

    • SubscriberAbsentException

      public SubscriberAbsentException(String message, int httpStatusCode)
      Creates a new SubscriberAbsentException.
      Parameters:
      message - The error message
      httpStatusCode - The HTTP status code
    • SubscriberAbsentException

      public SubscriberAbsentException(String message, int httpStatusCode, Throwable cause)
      Creates a new SubscriberAbsentException with a cause.
      Parameters:
      message - The error message
      httpStatusCode - The HTTP status code
      cause - The underlying cause