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

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

public class MetadataRepositoryException
extends Exception

Top level exception for the metadata repository

Author:
Jesper Pedersen
See Also:
Serialized Form

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

MetadataRepositoryException

public MetadataRepositoryException()
Constructor


MetadataRepositoryException

public MetadataRepositoryException(String message)
Constructor

Parameters:
message - The exception message

MetadataRepositoryException

public MetadataRepositoryException(String message,
                                   Throwable cause)
Constructor

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

MetadataRepositoryException

public MetadataRepositoryException(Throwable cause)
Constructor

Parameters:
cause - The cause of the exception


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)