Class UrlRewriterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.xyformsservices.proxy.orbeonservices.UrlRewriterException
- All Implemented Interfaces:
Serializable
Exception thrown when dealing with UrlRewriter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUrlRewriterException(String message) Message based exception.UrlRewriterException(String message, Throwable t) Message and throwable based ExceptionThrowable based Exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UrlRewriterException
Message based exception.- Parameters:
message-
-
UrlRewriterException
Message and throwable based Exception- Parameters:
message-t-
-
UrlRewriterException
Throwable based Exception- Parameters:
t-
-