public static class ServerSideException.Cause
extends java.lang.Throwable
This class simplifies the transmission of exception information across network boundaries by storing only the textual representation of the cause chain. This avoids potential issues with class loading or serialization inconsistencies on the remote end.
Constructor and Description |
---|
Cause(java.lang.String _realClass,
java.lang.String _message,
java.lang.StackTraceElement[] _stackTrace) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessageWithoutBackendPrefix() |
java.lang.String |
getRealClass() |
void |
setRealClass(java.lang.String $1) |
java.lang.String |
toString() |
public Cause(java.lang.String _realClass, java.lang.String _message, java.lang.StackTraceElement[] _stackTrace)
public java.lang.String getMessageWithoutBackendPrefix()
public java.lang.String toString()
toString
in class java.lang.Throwable
public java.lang.String getRealClass()
public void setRealClass(java.lang.String $1)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.