|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.ValueNotSupported
public static class Types.ValueNotSupported
You attempted to set a value that is not supported by this implementation. The fully-qualified field name and the value that you tried to set are returned. Also returned is a developer-only diagnostic reason.
| Field Summary | |
|---|---|
String |
field
|
String |
reason
|
String |
value
|
| Fields inherited from class com.xensource.xenapi.Types.XenAPIException |
|---|
errorDescription, shortDescription |
| Constructor Summary | |
|---|---|
Types.ValueNotSupported(String field,
String value,
String reason)
Create a new ValueNotSupported |
|
| Method Summary |
|---|
| Methods inherited from class com.xensource.xenapi.Types.XenAPIException |
|---|
toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String field
public final String value
public final String reason
| Constructor Detail |
|---|
public Types.ValueNotSupported(String field,
String value,
String reason)
field - value - reason -
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||