org.terracotta.toolkit
Class ToolkitInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.terracotta.toolkit.ToolkitInstantiationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidToolkitConfigException

public class ToolkitInstantiationException
extends Exception

An exception that is thrown when a toolkit cannot be instantiated

Author:
Abhishek Sanoujam
See Also:
Serialized Form

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

ToolkitInstantiationException

public ToolkitInstantiationException()

ToolkitInstantiationException

public ToolkitInstantiationException(String message,
                                     Throwable cause)

ToolkitInstantiationException

public ToolkitInstantiationException(String message)

ToolkitInstantiationException

public ToolkitInstantiationException(Throwable cause)


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