Package org.apache.http
Class MessageConstraintException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.nio.charset.CharacterCodingException
-
- org.apache.http.MessageConstraintException
-
- All Implemented Interfaces:
java.io.Serializable
public class MessageConstraintException extends java.nio.charset.CharacterCodingException
Signals a message constraint violation.- Since:
- 4.3
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
message
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MessageConstraintException(java.lang.String message)
Creates a TruncatedChunkException with the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
message
private final java.lang.String message
-
-