|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.jersey.server.internal.scanning.ResourceFinderException
public class ResourceFinderException
An runtime exception that may be thrown when scanning.
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 |
---|
public ResourceFinderException()
public ResourceFinderException(String message)
message
- the messagepublic ResourceFinderException(String message, Throwable cause)
message
- the messagecause
- the Throwable that caused the exception to be thrownpublic ResourceFinderException(Throwable cause)
cause
- the Throwable that caused the exception to be thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |