org.jboss.jca.core.spi.mdr
Class AlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.jca.core.spi.mdr.MetadataRepositoryException
              extended by org.jboss.jca.core.spi.mdr.AlreadyExistsException
All Implemented Interfaces:
Serializable

public class AlreadyExistsException
extends MetadataRepositoryException

AlreadyExistsException is thrown in case a metadata entry already is registered

Author:
Jesper Pedersen
See Also:
Serialized Form

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

AlreadyExistsException

public AlreadyExistsException()
Constructor


AlreadyExistsException

public AlreadyExistsException(String message)
Constructor

Parameters:
message - The exception message

AlreadyExistsException

public AlreadyExistsException(String message,
                              Throwable cause)
Constructor

Parameters:
message - The exception message
cause - The cause of the exception

AlreadyExistsException

public AlreadyExistsException(Throwable cause)
Constructor

Parameters:
cause - The cause of the exception


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)