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
-
-
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()
-