public class ResourceModelIssue
extends java.lang.Object
Constructor and Description |
---|
ResourceModelIssue(java.lang.Object source,
java.lang.String message) |
ResourceModelIssue(java.lang.Object source,
java.lang.String message,
boolean fatal) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Human readible description of the issue
|
java.lang.Object |
getSource()
Corresponding object (having the issue)
|
boolean |
isFatal()
If this returns true, appropriate abstract resource has a fatal issue
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.