public class ResourceException
extends org.pentaho.reporting.libraries.base.util.StackableException
Constructor and Description |
---|
ResourceException()
Creates a StackableRuntimeException with no message and no parent.
|
ResourceException(java.lang.String message)
Creates an exception.
|
ResourceException(java.lang.String message,
java.lang.Exception ex)
Creates an exception.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
public ResourceException()
public ResourceException(java.lang.String message, java.lang.Exception ex)
message
- the exception message.ex
- the parent exception.public ResourceException(java.lang.String message)
message
- the exception message.