Searched defs:exception (Results 1 - 18 of 18) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/exception/
H A DCommandFailedException.java26 package com.oracle.solaris.vp.util.misc.exception;
H A DInvalidArgumentException.java26 package com.oracle.solaris.vp.util.misc.exception;
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/cli/exception/
H A DConflictingOptionsException.java26 package com.oracle.solaris.vp.util.cli.exception;
H A DInvalidOptArgException.java26 package com.oracle.solaris.vp.util.cli.exception;
H A DInvalidOptionException.java26 package com.oracle.solaris.vp.util.cli.exception;
H A DMissingOptArgException.java26 package com.oracle.solaris.vp.util.cli.exception;
H A DMissingOptionException.java26 package com.oracle.solaris.vp.util.cli.exception;
H A DOptionException.java26 package com.oracle.solaris.vp.util.cli.exception;
H A DOptionUseExceededException.java26 package com.oracle.solaris.vp.util.cli.exception;
H A DUnexpectedOptArgException.java26 package com.oracle.solaris.vp.util.cli.exception;
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dsolarisfc.py26 from cinder.brick import exception namespace
161 raise exception.NoFibreChannelVolumeDeviceFound()
H A Dsolarisiscsi.py26 from cinder.brick import exception namespace
138 raise exception.VolumeDeviceNotFound(device=host_device)
H A Dnfs.py28 from cinder import exception namespace
167 raise exception.NfsNoSharesMounted()
202 raise exception.NfsNoSuitableShareFound(
H A Dzfs.py33 from cinder import exception namespace
149 raise exception.InvalidInput(reason=exception_message)
167 raise exception.VolumeBackendAPIException(data=exception_message)
309 raise exception.VolumeBackendAPIException(data=msg)
336 raise exception.VolumeBackendAPIException(data=msg)
496 raise exception.VolumeBackendAPIException(data=msg)
514 raise exception.ManageExistingInvalidReference(
541 raise exception.InvalidInput(reason=msg)
652 raise exception.VolumeBackendAPIException(data=err_msg)
666 raise exception
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/control/
H A DNavigationStopEvent.java39 private NavigationException exception; field in class:NavigationStopEvent
65 * @param exception
71 exception) {
77 this.exception = exception;
121 return exception;
130 return exception == null;
69 NavigationStopEvent(Navigator source, Navigable[] last, List<Control> stopped, List<Control> started, NavigationException exception) argument
/solaris-userland-s11u3/components/openstack/cinder/files/zfssa/
H A Dzfssaiscsi.py24 from cinder import exception namespace
282 raise exception.SnapshotIsBusy(snapshot_name=snapshot['name'])
304 raise exception.InvalidInput(reason=exception_msg)
373 except exception.VolumeBackendAPIException:
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py45 from ironic.common import boot_devices, exception, images, keystone, states, \
199 :param raise_exception: Wheter to raise exception or not
218 raise exception.SSHCommandFailed(cmd=ssh_cmd)
240 raise exception.MissingParameterValue(
260 raise exception.InvalidParameterValue(_(
271 raise exception.InvalidParameterValue(_(
292 # raise an exception
294 raise exception.MissingParameterValue(_(
297 raise exception.InvalidParameterValue(_(
305 raise exception
46 utils namespace
[all...]
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py61 from nova import exception namespace
215 exception into a sensible error string that can be logged. Newlines
218 If the exception was something other than rad.client.ObjectError,
292 raise exception.OverQuota(overs='volumes')
295 raise exception.InvalidInput(reason=reason)
344 """looks for any kind of exception before exiting. If one is found,
345 cancel any configuration changes and reraise the exception. If not,
349 # We received some kind of exception. Cancel the config and raise.
524 raise exception.NovaException(reason)
537 raise exception
[all...]

Completed in 6320 milliseconds