public class BadHeaderException extends Exception
| Constructor and Description |
|---|
BadHeaderException()
Exception constructor.
|
BadHeaderException(String msg)
Exception constructor.
|
BadHeaderException(String msg,
Throwable err)
Exception constructor.
|
BadHeaderException(Throwable err)
Exception constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadHeaderException()
public BadHeaderException(String msg)
msg - The exception messagepublic BadHeaderException(Throwable err)
err - The throwable errorCopyright © 2004–2017. All rights reserved.