org.glassfish.jersey.message.internal
Class HeaderValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.jersey.internal.ProcessingException
org.glassfish.jersey.message.internal.HeaderValueException
- All Implemented Interfaces:
- 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HeaderValueException
public HeaderValueException(String message,
Throwable cause)
HeaderValueException
public HeaderValueException(String message)
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.