|
||||||||||
| 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(java.lang.String message)
Construct a new instance with the supplied message |
|
ResourceFinderException(java.lang.String message,
java.lang.Throwable cause)
Construct a new instance with the supplied message and cause |
|
ResourceFinderException(java.lang.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(java.lang.String message)
message - the message
public ResourceFinderException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the Throwable that caused the exception to be thrownpublic ResourceFinderException(java.lang.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 | |||||||||