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