Package com.nexmo.client
Class NexmoUnexpectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.nexmo.client.NexmoUnexpectedException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NexmoClientCreationException,NexmoResponseParseException
public class NexmoUnexpectedException extends java.lang.RuntimeException
NexmoUnexpectedException indicates an exception that should not happen in an ideal world.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NexmoUnexpectedException()NexmoUnexpectedException(java.lang.String message)NexmoUnexpectedException(java.lang.String message, java.lang.Throwable cause)NexmoUnexpectedException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
NexmoUnexpectedException
public NexmoUnexpectedException()
-
NexmoUnexpectedException
public NexmoUnexpectedException(java.lang.String message)
-
NexmoUnexpectedException
public NexmoUnexpectedException(java.lang.String message, java.lang.Throwable cause)
-
NexmoUnexpectedException
public NexmoUnexpectedException(java.lang.Throwable cause)
-
-