org.infinispan.manager
Class EmbeddedCacheManagerStartupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.CacheException
                  extended by org.infinispan.manager.EmbeddedCacheManagerStartupException
All Implemented Interfaces:
Serializable

public class EmbeddedCacheManagerStartupException
extends CacheException

An exception to encapsulate an error when starting up a cache manager

Since:
4.2.2
Author:
Manik Surtani
See Also:
Serialized Form

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

EmbeddedCacheManagerStartupException

public EmbeddedCacheManagerStartupException()

EmbeddedCacheManagerStartupException

public EmbeddedCacheManagerStartupException(Throwable cause)

EmbeddedCacheManagerStartupException

public EmbeddedCacheManagerStartupException(String msg)

EmbeddedCacheManagerStartupException

public EmbeddedCacheManagerStartupException(String msg,
                                            Throwable cause)

-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.