org.tranql.cache
Class AlreadyAssociatedException

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

public class AlreadyAssociatedException
extends java.lang.Exception

Version:
$Revision: 1.1 $ $Date: 2004/03/16 19:08:46 $
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)
           
 
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 © -2005 The Codehaus. All Rights Reserved.