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