Oracle&#174 Ultra Search Java API Reference
10g Release 2 (10.2)

B14221-01


oracle.ultrasearch.crawler
Class UrlRewriteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.ultrasearch.crawler.UrlRewriteException

All Implemented Interfaces:
java.io.Serializable

public class UrlRewriteException
extends java.lang.Exception

This encapsulates information about a url rewrite error.

See Also:
Serialized Form

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

Method Summary
java.lang.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(java.lang.String message)
Constructs an UrlRewriteException with the specified detail message.
Parameters:
message - the detail message

UrlRewriteException

public UrlRewriteException(java.lang.String url,
                           java.lang.String message)
Constructs an UrlRewriteException with the URL and the specified detail message.
Parameters:
url - is the url that cause this exception
message - the detail message

Method Detail

toString

public java.lang.String toString()

Oracle&#174 Ultra Search Java API Reference
10g Release 2 (10.2)

B14221-01


Copyright © 2003,2005, Oracle. All Rights Reserved.