org.terracotta.toolkit.nonstop
Class NonStopToolkitInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.terracotta.toolkit.ToolkitRuntimeException
org.terracotta.toolkit.nonstop.NonStopException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.