Package com.twilio.twiml
Class TwiMLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.twilio.exception.TwilioException
-
- com.twilio.twiml.TwiMLException
-
- All Implemented Interfaces:
Serializable
public class TwiMLException extends TwilioException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TwiMLException(String arg0)
Instantiates a new TwiMLException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TwiMLException
public TwiMLException(String arg0)
Instantiates a new TwiMLException.- Parameters:
arg0
- Exception message
-
-