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