org.pentaho.reporting.libraries.resourceloader
public class ResourceKeyCreationException extends ResourceException
| Constructor Summary | |
|---|---|
| ResourceKeyCreationException() Creates a StackableRuntimeException with no message and no parent. | |
| ResourceKeyCreationException(String message, Exception ex)
Creates an exception.
| |
| ResourceKeyCreationException(String message)
Creates an exception.
| |
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.