JBoss Reflection 2.2.1.SP1

org.jboss.reflect.spi
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.reflect.spi.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException
extends RuntimeException

A NotFoundException.

Version:
$Revision: 1.1 $
Author:
Stale W. Pedersen
See Also:
Serialized Form

Constructor Summary
NotFoundException(String message)
          Creates a new NotFoundException.
 
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(String message)
Creates a new NotFoundException.

Parameters:
message - the message of the exception

JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.