Class JunoApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- kong.unirest.UnirestException
-
- br.com.juno.integration.api.base.exception.JunoApiException
-
- All Implemented Interfaces:
Serializable
public class JunoApiException extends kong.unirest.UnirestException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JunoApiException(ErrorDetail errorDetail)JunoApiException(String message)JunoApiException(String message, Throwable cause)JunoApiException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JunoApiException
public JunoApiException(ErrorDetail errorDetail)
-
JunoApiException
public JunoApiException(String message)
-
JunoApiException
public JunoApiException(Throwable cause)
-
-