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 a
UrlRewriteException with the specified detail message.
- Parameters:
message - the detail message
UrlRewriteException
public UrlRewriteException(String url,
String message)
- Constructs a
UrlRewriteException with the URL and the specified detail message.
- Parameters:
url - - the url that causes this exception
message - - the detail message
toString
public String toString()
-
- Overrides:
toString in class Throwable
Skip navigation links
Copyright © 2006, 2011, Oracle and/or its affiliates. All rights reserved.