|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.ultrasearch.crawler.UrlRewriteException
This encapsulates information about a url rewrite error.
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UrlRewriteException(java.lang.String message)
UrlRewriteException
with the specified detail message.message
- the detail messagepublic UrlRewriteException(java.lang.String url, java.lang.String message)
UrlRewriteException
with the URL and the specified detail message.url
- is the url that cause this exceptionmessage
- the detail messageMethod Detail |
public java.lang.String toString()
|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |