public abstract class SimpleApiException
extends java.lang.Exception
Throwable.getCause()
,
Serialized FormConstructor and Description |
---|
SimpleApiException(java.lang.String message)
Constructs an instance with the given message
|
SimpleApiException(java.lang.String message,
java.lang.Throwable cause) |
SimpleApiException(java.lang.Throwable cause) |
public SimpleApiException(java.lang.String message)
message
- public SimpleApiException(java.lang.Throwable cause)
cause
- public SimpleApiException(java.lang.String message, java.lang.Throwable cause)
message
- cause
-