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
public class MessageConstraintException
- extends CharacterCodingException
Signals a message constraint violation.
- Since:
- 4.3
- See Also:
- Serialized Form
MessageConstraintException
public MessageConstraintException(String message)
- Creates a TruncatedChunkException with the specified detail message.
- Parameters:
message
- The exception detail message
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.