Package com.nexmo.client
Class NexmoClientCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.nexmo.client.NexmoUnexpectedException
-
- com.nexmo.client.NexmoClientCreationException
-
- All Implemented Interfaces:
java.io.Serializable
public class NexmoClientCreationException extends NexmoUnexpectedException
Indicates that there was a failure during NexmoClient creation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NexmoClientCreationException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
NexmoClientCreationException
public NexmoClientCreationException(java.lang.String message, java.lang.Throwable cause)
-
-