|
||||||||
| 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.VdiTooSmall
public static class Types.VdiTooSmall
The VDI is too small. Please resize it to at least the minimum size.
| Field Summary | |
|---|---|
String |
minimumSize
|
String |
vdi
|
| Fields inherited from class com.xensource.xenapi.Types.XenAPIException |
|---|
errorDescription, shortDescription |
| Constructor Summary | |
|---|---|
Types.VdiTooSmall(String vdi,
String minimumSize)
Create a new VdiTooSmall |
|
| 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 vdi
public final String minimumSize
| Constructor Detail |
|---|
public Types.VdiTooSmall(String vdi,
String minimumSize)
vdi - minimumSize -
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||