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:
- 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_errorString
protected java.lang.String m_errorString
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
toString
public java.lang.String toString()
Skip navigation links
Copyright © 2006, Oracle. All rights reserved.