|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.iquery.metadata.MetadataNotChangeableException
public class MetadataNotChangeableException
Models information about why a metadata object is not changeable.
Field Summary | |
---|---|
static int |
REASON_IS_READ_ONLY
Defines that Metadata object is marked as read only. |
static int |
REASON_IS_UNKNOWN
Defines that reason is not known |
Constructor Summary | |
---|---|
MetadataNotChangeableException(java.lang.String msg,
int reasonCode)
Deprecated. use the MessageFormatter signatures |
Method Summary | |
---|---|
int |
getReason()
Get the reason that the metadata is not changeable. |
Methods inherited from class com.sas.iquery.IQueryServicesRuntimeException |
---|
getMessage |
Field Detail |
---|
public static final int REASON_IS_UNKNOWN
public static final int REASON_IS_READ_ONLY
Constructor Detail |
---|
public MetadataNotChangeableException(java.lang.String msg, int reasonCode)
MetadataNotChangeableException
with the specified
detail message and reason code.
msg
- The detail message.reasonCode
- The integer value for reason associated with this exception.Method Detail |
---|
public int getReason()
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |