Package org.terracotta.angela.agent.com
Class IgniteFutureAdapter.RemoteExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.terracotta.angela.agent.com.IgniteFutureAdapter.RemoteExecutionException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- IgniteFutureAdapter<V>
public static class IgniteFutureAdapter.RemoteExecutionException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteExecutionException(String message, String remoteStackTrace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()voidsetRemoteStackTraceIndentation(int indentation)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
setRemoteStackTraceIndentation
public void setRemoteStackTraceIndentation(int indentation)
-
-