Package com.mercadopago.exceptions
Class MPMalformedRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.mercadopago.exceptions.MPException
-
- com.mercadopago.exceptions.MPMalformedRequestException
-
- All Implemented Interfaces:
Serializable
public class MPMalformedRequestException extends MPException
MPMalformedRequestException class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MPMalformedRequestException(String message)
MPMalformedRequestException constructor.MPMalformedRequestException(Throwable cause)
MPMalformedRequestException 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
-
MPMalformedRequestException
public MPMalformedRequestException(String message)
MPMalformedRequestException constructor.- Parameters:
message
- message
-
MPMalformedRequestException
public MPMalformedRequestException(Throwable cause)
MPMalformedRequestException constructor.- Parameters:
cause
- cause
-
-