org.terracotta.toolkit
Class ToolkitRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ToolkitRuntimeException()
           
ToolkitRuntimeException(String message)
           
ToolkitRuntimeException(String message, Throwable cause)
           
ToolkitRuntimeException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.