Package org.glassfish.grizzly.http
Class ContentEncodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.glassfish.grizzly.http.ContentEncodingException
-
- All Implemented Interfaces:
Serializable
public class ContentEncodingException extends IllegalStateException
- Author:
- oleksiys
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentEncodingException()ContentEncodingException(String s)ContentEncodingException(String message, Throwable cause)ContentEncodingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-