Skip navigation links
oracle.search.sdk.crawler
Class UrlRewriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
UrlRewriteException
public UrlRewriteException(String message)
- Constructs an
UrlRewriteException
with the specified detail message.
- Parameters:
message
- the detail message
UrlRewriteException
public UrlRewriteException(String url,
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
toString
public String toString()
Skip navigation links
Copyright © 2006, 2007, Oracle. All rights reserved.