public class SDKRuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
SDKRuntimeException(java.lang.String reason) |
SDKRuntimeException(java.lang.String reason,
java.lang.Object... parms) |
SDKRuntimeException(java.lang.String reason,
java.lang.Throwable cause) |
SDKRuntimeException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the detail message string of this throwable.
|
java.lang.String |
getMessage(java.util.Locale locale) |
java.lang.String |
toString()
Returns a short description of this throwable.
|
public SDKRuntimeException(java.lang.String reason)
public SDKRuntimeException(java.lang.String reason,
java.lang.Throwable cause)
public SDKRuntimeException(java.lang.String reason,
java.lang.Object... parms)
public SDKRuntimeException(java.lang.Throwable cause)
public java.lang.String getMessage()
java.lang.ThrowablegetMessage in class java.lang.ThrowableThrowable instance
(which may be null).public java.lang.String getMessage(java.util.Locale locale)
public java.lang.String toString()
java.lang.ThrowableThrowable.getLocalizedMessage()
method
getLocalizedMessage returns null, then just
the class name is returned.toString in class java.lang.Throwable