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

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.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException
extends MetadataRepositoryException

NotFoundExcepion is thrown in case a metadata entry isn't found in the repository

Author:
Jesper Pedersen
See Also:
Serialized Form

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

NotFoundException

public NotFoundException()
Constructor


NotFoundException

public NotFoundException(String message)
Constructor

Parameters:
message - The exception message

NotFoundException

public NotFoundException(String message,
                         Throwable cause)
Constructor

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

NotFoundException

public NotFoundException(Throwable cause)
Constructor

Parameters:
cause - The cause of the exception


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