org.tranql.cache
Class AlreadyAssociatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.tranql.cache.AlreadyAssociatedException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyAssociatedException
extends java.lang.Exception

Version:
$Revision: 10 $ $Date: 2004-03-16 20:08:46 +0100 (Tue, 16 Mar 2004) $
See Also:
Serialized Form

Constructor Summary
AlreadyAssociatedException()
           
AlreadyAssociatedException(java.lang.String message)
           
AlreadyAssociatedException(java.lang.String message, java.lang.Throwable cause)
           
AlreadyAssociatedException(java.lang.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

AlreadyAssociatedException

public AlreadyAssociatedException()

AlreadyAssociatedException

public AlreadyAssociatedException(java.lang.String message)

AlreadyAssociatedException

public AlreadyAssociatedException(java.lang.String message,
                                  java.lang.Throwable cause)

AlreadyAssociatedException

public AlreadyAssociatedException(java.lang.Throwable cause)


Copyright © -2010 The Codehaus. All Rights Reserved.