Class RedirectsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.client.redirect.RedirectsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CyclicRedirectsException, TooManyRedirectsException, UnexpectedDomainRedirectException, UnexpectedProtocolRedirectException

@UnstableApi public class RedirectsException extends RuntimeException
See Also:
Serialized Form
  • Constructor Details

    • RedirectsException

      public RedirectsException()
      Creates a new instance.
    • RedirectsException

      public RedirectsException(@Nullable @Nullable String message, @Nullable @Nullable Throwable cause)
      Creates a new instance with the specified message and cause.
    • RedirectsException

      public RedirectsException(@Nullable @Nullable String message)
      Creates a new instance with the specified message.
    • RedirectsException

      public RedirectsException(@Nullable @Nullable Throwable cause)
      Creates a new instance with the specified cause.
    • RedirectsException

      protected RedirectsException(@Nullable @Nullable String message, @Nullable @Nullable Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance with the specified message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.