Package com.mercadopago.exceptions
Class MPJsonParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.mercadopago.exceptions.MPException
-
- com.mercadopago.exceptions.MPJsonParseException
-
- All Implemented Interfaces:
Serializable
public class MPJsonParseException extends MPException
MPJsonParseException class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MPJsonParseException(String message)
MPJsonParseException constructor.MPJsonParseException(String message, Throwable throwable)
MPJsonParseException constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MPJsonParseException
public MPJsonParseException(String message)
MPJsonParseException constructor.- Parameters:
message
- message
-
-