org.terracotta.toolkit.nonstop
Class NonStopException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.terracotta.toolkit.ToolkitRuntimeException
                  extended by org.terracotta.toolkit.nonstop.NonStopException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NonStopToolkitInstantiationException

public class NonStopException
extends ToolkitRuntimeException

See Also:
Serialized Form

Constructor Summary
NonStopException()
           
NonStopException(String msg)
           
NonStopException(String message, Throwable cause)
           
NonStopException(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

NonStopException

public NonStopException()

NonStopException

public NonStopException(String msg)

NonStopException

public NonStopException(Throwable cause)

NonStopException

public NonStopException(String message,
                        Throwable cause)


Copyright © 2014 Terracotta, Inc.. All Rights Reserved.