Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8)

B32260-01


oracle.search.sdk.crawler
Class UrlRewriteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.search.sdk.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

Field Summary
protected  java.lang.String m_errorString
           

 

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

m_errorString

protected java.lang.String m_errorString

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()

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8)

B32260-01


Copyright © 2006, Oracle. All rights reserved.