Package org.openrewrite.polyglot
Class RemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openrewrite.polyglot.RemoteException
- All Implemented Interfaces:
Serializable
A serialized exception DTO that contains enough information about an exception caused by a
remote process to render a meaningful message, list of suggestions, and optionally a stack trace.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteException.Builderstatic RemoteExceptionencode()booleaninthashCode()static StringsanitizeStackTrace(Throwable t, String... stackTracePrefixFilter) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString