HttpPresentationException(Throwable cause) Construct a HTTP exception from a causing exception.
Parameters: cause - the error or exception that cause thisexception.
Constructor Detail
HttpPresentationException
public HttpPresentationException(String msg)(Code)
Construct a HTTP exception without a specified cause.
Parameters: msg - the message associated with the exception.
Construct a HTTP exception with an associated causing exception.
Parameters: msg - the message associated with the exception. Parameters: cause - the error or exception that cause thisexception.
Construct a HTTP exception from a causing exception.
Parameters: cause - the error or exception that cause thisexception. The message will be take be this object'smessasge.
Methods inherited from com.lutris.util.ChainedException