|
||||||||||
| 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
com.sun.jersey.core.spi.scanning.ScannerException
public class ScannerException
An runtime exception that may be thrown when scanning.
| Constructor Summary | |
|---|---|
ScannerException()
Construct a new instance with the supplied message |
|
ScannerException(java.lang.String message)
Construct a new instance with the supplied message |
|
ScannerException(java.lang.String message,
java.lang.Throwable cause)
Construct a new instance with the supplied message and cause |
|
ScannerException(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 ScannerException()
public ScannerException(java.lang.String message)
message - the message
public ScannerException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the Throwable that caused the exception to be thrownpublic ScannerException(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 | |||||||||