Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


oracle.search.sdk.crawler
Class UrlRewriteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.search.sdk.crawler.UrlRewriteException

All Implemented Interfaces:
Serializable

public class UrlRewriteException
extends Exception

This encapsulates information about a URL rewrite error.

See Also:
Serialized Form

Constructor Summary
UrlRewriteException(String message)
          Constructs a UrlRewriteException with the specified detail message.
UrlRewriteException(String url, String message)
          Constructs a UrlRewriteException with the URL and the specified detail message.

 

Method Summary
 String toString()
           

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

UrlRewriteException

public UrlRewriteException(String message)
Constructs a UrlRewriteException with the specified detail message.
Parameters:
message - the detail message

UrlRewriteException

public UrlRewriteException(String url,
                           String message)
Constructs a UrlRewriteException with the URL and the specified detail message.
Parameters:
url - - the url that causes this exception
message - - the detail message

Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved.