public class BodyParseException extends Exception
Constructor and Description |
---|
BodyParseException(Exception e)
Create exception with messaged based on an exception.
|
BodyParseException(String msg)
Create exception by specifying the entire message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BodyParseException(String msg)
msg
- the message to setpublic BodyParseException(Exception e)
e
- the exception to base the msg onCopyright © 2022 Apache Software Foundation. All rights reserved.