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 SummaryConstructors 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.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
MPExceptionpublic MPException(String message) MPException constructor.- Parameters:
- message- message
 
 - 
MPExceptionpublic MPException(String message, Throwable cause) MPException constructor.- Parameters:
- message- message
- cause- cause
 
 - 
MPExceptionpublic MPException(Throwable cause) MPException class.- Parameters:
- cause- cause
 
 
- 
 
-