org.glassfish.grizzly.http
Class ContentEncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.glassfish.grizzly.http.ContentEncodingException
All Implemented Interfaces:
java.io.Serializable

public class ContentEncodingException
extends java.lang.IllegalStateException

Author:
oleksiys
See Also:
Serialized Form

Constructor Summary
ContentEncodingException()
           
ContentEncodingException(java.lang.String s)
           
ContentEncodingException(java.lang.String message, java.lang.Throwable cause)
           
ContentEncodingException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentEncodingException

public ContentEncodingException()

ContentEncodingException

public ContentEncodingException(java.lang.String s)

ContentEncodingException

public ContentEncodingException(java.lang.Throwable cause)

ContentEncodingException

public ContentEncodingException(java.lang.String message,
                                java.lang.Throwable cause)


Copyright © 2011 Oracle Corpration. All Rights Reserved.