org.glassfish.jersey.server.internal.scanning
Class ResourceFinderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.jersey.server.internal.scanning.ResourceFinderException
All Implemented Interfaces:
Serializable

public class ResourceFinderException
extends RuntimeException

An runtime exception that may be thrown when scanning.

Author:
Paul Sandoz
See Also:
Serialized Form

Constructor Summary
ResourceFinderException()
          Construct a new instance with the supplied message
ResourceFinderException(String message)
          Construct a new instance with the supplied message
ResourceFinderException(String message, Throwable cause)
          Construct a new instance with the supplied message and cause
ResourceFinderException(Throwable cause)
          Construct a new instance with the supplied cause
 
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

ResourceFinderException

public ResourceFinderException()
Construct a new instance with the supplied message


ResourceFinderException

public ResourceFinderException(String message)
Construct a new instance with the supplied message

Parameters:
message - the message

ResourceFinderException

public ResourceFinderException(String message,
                               Throwable cause)
Construct a new instance with the supplied message and cause

Parameters:
message - the message
cause - the Throwable that caused the exception to be thrown

ResourceFinderException

public ResourceFinderException(Throwable cause)
Construct a new instance with the supplied cause

Parameters:
cause - the Throwable that caused the exception to be thrown


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.