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:
Serializable
Signals a message constraint violation.
- Since:
- 4.3
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMessageConstraintException
(String message) Creates a TruncatedChunkException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
message
-
-
Constructor Details
-
MessageConstraintException
Creates a TruncatedChunkException with the specified detail message.- Parameters:
message
- The exception detail message
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-