public class ThirdPartyErrorException extends KangarooException
KangarooException.ErrorCode| Constructor and Description |
|---|
ThirdPartyErrorException()
Create a new exception with the specified error code.
|
ThirdPartyErrorException(Map<String,String> parameters)
Attempt to create an instance of this exception from a map of parameters.
|
ThirdPartyErrorException(javax.ws.rs.core.MultivaluedMap<String,String> parameters)
Attempt to create an instance of this exception from a multivalued map
of parameters.
|
ThirdPartyErrorException(String code,
String description)
Create an exception with a specific response code and description.
|
getCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ThirdPartyErrorException()
public ThirdPartyErrorException(Map<String,String> parameters)
parameters - The parameters to map.public ThirdPartyErrorException(javax.ws.rs.core.MultivaluedMap<String,String> parameters)
parameters - The parameters to map.Copyright © 2018 krotscheck.net. All rights reserved.