java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.URI.DefaultCharsetChanged
All Implemented Interfaces:
Serializable
Enclosing class:
URI

public static class URI.DefaultCharsetChanged extends RuntimeException
The charset-changed normal operation to represent to be required to alert to user the fact the default charset is changed.
See Also:
  • Field Details

    • UNKNOWN

      public static final int UNKNOWN
      No specified reason code.
      See Also:
    • PROTOCOL_CHARSET

      public static final int PROTOCOL_CHARSET
      Protocol charset changed.
      See Also:
    • DOCUMENT_CHARSET

      public static final int DOCUMENT_CHARSET
      Document charset changed.
      See Also:
  • Constructor Details

    • DefaultCharsetChanged

      public DefaultCharsetChanged(int reasonCode, String reason)
      The constructor with a reason string and its code arguments.
      Parameters:
      reasonCode - the reason code
      reason - the reason
  • Method Details

    • getReasonCode

      public int getReasonCode()
      Get the reason code.
      Returns:
      the reason code
    • getReason

      public String getReason()
      Get the reason message.
      Returns:
      the reason message