Package com.nexmo.client
Class NexmoClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.nexmo.client.NexmoClientException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NexmoAuthException,NexmoBadRequestException,NexmoMethodFailedException,VerifyException
public class NexmoClientException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NexmoClientException()NexmoClientException(java.lang.String message)NexmoClientException(java.lang.String message, java.lang.Throwable cause)NexmoClientException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
NexmoClientException
public NexmoClientException()
-
NexmoClientException
public NexmoClientException(java.lang.String message)
-
NexmoClientException
public NexmoClientException(java.lang.String message, java.lang.Throwable cause)
-
NexmoClientException
public NexmoClientException(java.lang.Throwable cause)
-
-