org.terracotta.toolkit
Class ToolkitRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.terracotta.toolkit.ToolkitRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FeatureNotSupportedException, NonStopException, NotSerializableRuntimeException, RejoinException, SearchException
public class ToolkitRuntimeException
- extends RuntimeException
Super class of all runtime exceptions thrown from toolkit
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ToolkitRuntimeException
public ToolkitRuntimeException()
ToolkitRuntimeException
public ToolkitRuntimeException(String message,
Throwable cause)
ToolkitRuntimeException
public ToolkitRuntimeException(String message)
ToolkitRuntimeException
public ToolkitRuntimeException(Throwable cause)
Copyright © 2014 Terracotta, Inc.. All Rights Reserved.