org.terracotta.toolkit
Class InvalidToolkitConfigException

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

public class InvalidToolkitConfigException
extends ToolkitInstantiationException

An exception that is thrown when a toolkit cannot be instantiated because of configuration error

Author:
Abhishek Sanoujam
See Also:
Serialized Form

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

InvalidToolkitConfigException

public InvalidToolkitConfigException()

InvalidToolkitConfigException

public InvalidToolkitConfigException(String message,
                                     Throwable cause)

InvalidToolkitConfigException

public InvalidToolkitConfigException(String message)

InvalidToolkitConfigException

public InvalidToolkitConfigException(Throwable cause)


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