org.apache.http
Class MessageConstraintException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.io.IOException
java.io.IOException
               java.nio.charset.CharacterCodingException
java.nio.charset.CharacterCodingException
                   org.apache.http.MessageConstraintException
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:
- getMessagein class- Throwable
 
- 
 
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.