com.sun.jersey.core.spi.scanning
Class ScannerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.jersey.core.spi.scanning.ScannerException
All Implemented Interfaces:
java.io.Serializable

public class ScannerException
extends java.lang.RuntimeException

An runtime exception that may be thrown when scanning.

Author:
[email protected]
See Also:
Serialized Form

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

ScannerException

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


ScannerException

public ScannerException(java.lang.String message)
Construct a new instance with the supplied message

Parameters:
message - the message

ScannerException

public ScannerException(java.lang.String message,
                        java.lang.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

ScannerException

public ScannerException(java.lang.Throwable cause)
Construct a new instance with the supplied cause

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


Copyright © 2010 Oracle Corporation. All Rights Reserved.