Class VisorExceptionWrapper
- java.lang.Object
-
- java.lang.Throwable
-
- org.apache.ignite.internal.visor.util.VisorExceptionWrapper
-
- All Implemented Interfaces:
Serializable
public class VisorExceptionWrapper extends Throwable
Exception wrapper for safe for transferring to Visor.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VisorExceptionWrapper(Throwable cause)Wrap throwable by presented on Visor throwable object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()StringgetClassSimpleName()StringgetMessage()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
VisorExceptionWrapper
public VisorExceptionWrapper(Throwable cause)
Wrap throwable by presented on Visor throwable object.- Parameters:
cause- Base throwable object.
-
-
Method Detail
-
getClassSimpleName
public String getClassSimpleName()
- Returns:
- Class simple name of base throwable object.
-
getClassName
public String getClassName()
- Returns:
- Class name of base throwable object.
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-