Oracle Ultra Search Java API Reference
9.0.3

oracle.ultrasearch.crawler
Class UrlRewriteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.ultrasearch.crawler.UrlRewriteException

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace

 

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()
Overrides:
toString in class java.lang.Throwable

Oracle Ultra Search Java API Reference
9.0.3