Oracle Ultra Search Java API Reference
Release 10g (10.1)

B12028-02

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 Ultra Search Java API Reference
Release 10g (10.1)

B12028-02

Copyright © 2004 Oracle Corporation. All Rights Reserved.