org.terracotta.toolkit.nonstop
Class NonStopToolkitInstantiationException

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
                      extended by org.terracotta.toolkit.nonstop.NonStopToolkitInstantiationException
All Implemented Interfaces:
Serializable

public class NonStopToolkitInstantiationException
extends NonStopException

An exception that is thrown when the asynchronous initialization of Toolkit fails.

Author:
Nishant
See Also:
Serialized Form

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

NonStopToolkitInstantiationException

public NonStopToolkitInstantiationException()

NonStopToolkitInstantiationException

public NonStopToolkitInstantiationException(String msg)

NonStopToolkitInstantiationException

public NonStopToolkitInstantiationException(Throwable cause)

NonStopToolkitInstantiationException

public NonStopToolkitInstantiationException(String message,
                                            Throwable cause)


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