Package com.twilio.exception
Class InvalidRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.twilio.exception.TwilioException
-
- com.twilio.exception.InvalidRequestException
-
- All Implemented Interfaces:
Serializable
public class InvalidRequestException extends TwilioException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRequestException(String message)InvalidRequestException(String message, String param)InvalidRequestException(String message, String param, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetParam()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getParam
public String getParam()
-
-