org.jboss.cache.lock
Class OwnerNotExistedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.cache.lock.OwnerNotExistedException
All Implemented Interfaces:
Serializable

public class OwnerNotExistedException
extends Exception

Author:
Ben
See Also:
Serialized Form

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

OwnerNotExistedException

public OwnerNotExistedException()

OwnerNotExistedException

public OwnerNotExistedException(String message)
Parameters:
message -

OwnerNotExistedException

public OwnerNotExistedException(String message,
                                Throwable cause)
Parameters:
message -
cause -

OwnerNotExistedException

public OwnerNotExistedException(Throwable cause)
Parameters:
cause -


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