public class UnwrappedClientThrowable
extends java.lang.Throwable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace()
Method does nothing.
|
UnwrappedClientThrowable |
getCause()
Returns an
UnwrappedClientThrowable. |
static UnwrappedClientThrowable |
getInstanceOrNull(WrappedClientThrowable wrapped) |
java.lang.String |
getLocalizedMessage()
Returns the same value as
getMessage(). |
java.lang.String |
getMessage()
Returns the same value as
getMessage(). |
java.lang.Throwable |
initCause(java.lang.Throwable cause)
Unimplemented.
|
java.lang.String |
toString()
Returns the result of calling toString() on the original exception.
|
public static UnwrappedClientThrowable getInstanceOrNull(WrappedClientThrowable wrapped)
public java.lang.Throwable fillInStackTrace()
fillInStackTrace in class java.lang.Throwablethispublic UnwrappedClientThrowable getCause()
UnwrappedClientThrowable.getCause in class java.lang.ThrowableUnwrappedClientThrowablepublic java.lang.String getLocalizedMessage()
getMessage().getLocalizedMessage in class java.lang.ThrowableThrowable.getMessage() from the original exceptionpublic java.lang.String getMessage()
getMessage().getMessage in class java.lang.ThrowableThrowable.getMessage() from the original exceptionpublic java.lang.Throwable initCause(java.lang.Throwable cause)
initCause in class java.lang.Throwablecause - unused parameter; an exception is thrown insteadjava.lang.UnsupportedOperationExceptionpublic java.lang.String toString()
toString in class java.lang.Throwable