org.glassfish.jersey.message.internal
Class HeaderValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.jersey.internal.ProcessingException
                  extended by org.glassfish.jersey.message.internal.HeaderValueException
All Implemented Interfaces:
java.io.Serializable

public class HeaderValueException
extends ProcessingException

Processing exception indicating that an attempt to read a value of a header failed.

Author:
Marek Potociar (marek.potociar at oracle.com)
See Also:
Serialized Form

Constructor Summary
HeaderValueException(java.lang.String message)
           
HeaderValueException(java.lang.String message, 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

HeaderValueException

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

HeaderValueException

public HeaderValueException(java.lang.String message)


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.