public class URLRewriteException
extends org.pentaho.reporting.libraries.base.util.StackableException
Constructor | Description |
---|---|
URLRewriteException() |
Creates a StackableRuntimeException with no message and no parent.
|
URLRewriteException(java.lang.String message) |
Creates an exception.
|
URLRewriteException(java.lang.String message,
java.lang.Exception ex) |
Creates an exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public URLRewriteException()
public URLRewriteException(java.lang.String message, java.lang.Exception ex)
message
- the exception message.ex
- the parent exception.public URLRewriteException(java.lang.String message)
message
- the exception message.