org.jboss.cache.buddyreplication
Class BuddyNotInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.cache.CacheException
                  extended by org.jboss.cache.buddyreplication.BuddyNotInitException
All Implemented Interfaces:
Serializable

public class BuddyNotInitException
extends CacheException

Exception to depict that a buddy has not been initialised to participate in any comms

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

Constructor Summary
BuddyNotInitException()
           
BuddyNotInitException(String msg)
           
BuddyNotInitException(String msg, 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

BuddyNotInitException

public BuddyNotInitException()

BuddyNotInitException

public BuddyNotInitException(String msg)

BuddyNotInitException

public BuddyNotInitException(String msg,
                             Throwable cause)


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