live.smapi
Class exceptions.SMAPIException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bylive.smapi.exceptions.SMAPIException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
exceptions.AccessAlreadyGrantedException, exceptions.AuthFileEntryDoesNotExist, exceptions.AuthFileUpdateException, exceptions.DASDGroupRegionVolumeAlreadyDefinedException, exceptions.DASDGroupRegionVolumeNotDefinedException, exceptions.DASDofflineOrNotDASD, exceptions.DASDRegionNameException, exceptions.DeviceNotAvailableForAttachmentException, exceptions.DeviceNotAVolumeException, exceptions.DeviceNotFoundException, exceptions.DeviceVaryOnlineFailedException, exceptions.GuestCannotBeDeletedException, exceptions.ImageAlreadyActiveException, exceptions.ImageAlreadyDefinedException, exceptions.ImageDefNotFoundException, exceptions.ImageDeviceAlreadyConnectedException, exceptions.ImageDeviceDefinedException, exceptions.ImageDeviceExistsException, exceptions.ImageDeviceNotConnectedException, exceptions.ImageDeviceNotConnectedToSwitchException, exceptions.ImageDeviceNotDefinedException, exceptions.ImageDeviceNotFoundException, exceptions.ImageDeviceTypeException, exceptions.ImageDiskAlreadyDefinedException, exceptions.ImageDiskAlreadySharedException, exceptions.ImageDiskCantBeSharedException, exceptions.ImageDiskInUseException, exceptions.ImageDiskNotAvailableException, exceptions.ImageDiskNotDefinedException, exceptions.ImageDiskNotInUseException, exceptions.ImageDiskPasswordException, exceptions.ImageLockedException, exceptions.ImageNotActiveException, exceptions.ImageNotAuthorizedException, exceptions.ImageNotFoundException, exceptions.ImageNotLockedException, exceptions.ImageSpaceNotAvailableException, exceptions.LANAlreadyExistsException, exceptions.LANDoesNotExistException, exceptions.LANExistsButWithDifferentAttributesException, exceptions.LANOwnerNotActiveException, exceptions.ListNotFoundException, exceptions.NamelistFileUpdateException, exceptions.NameListUpdateException, exceptions.NoFreeModesException, exceptions.NoMoreAddressesException, exceptions.NoNameListFileException, exceptions.ObjectDirectoryOfflineException, exceptions.PageRangeException, exceptions.ParmSyntaxErrException, exceptions.PartnerImageNotFoundException, exceptions.PasswordExpiredException, exceptions.PolicyAccountException, exceptions.PolicyAccountNumberTooLongException, exceptions.PolicyAccountNumberTooShortException, exceptions.PolicyImageException, exceptions.PolicyImageNameTooLongException, exceptions.PolicyImageNameTooShortException, exceptions.PolicyPasswordException, exceptions.PolicyPasswordTooLongException, exceptions.PolicyPasswordTooShortException, exceptions.PrototypeAlreadyExistsException, exceptions.PrototypeDefinitionException, exceptions.PrototypeNotFoundException, exceptions.RequestNotAuthorizedException, exceptions.SaveSegmentException, exceptions.SegmentFileAlreadyExistsException, exceptions.SegmentNotFoundException, exceptions.SomeImagesNotActivatedException, exceptions.SomeImagesNotDeactivatedException, exceptions.SSSSENDFailedException, exceptions.StorageSpaceException, exceptions.VolumeLabelInUseException, exceptions.VolumeLabelNotFoundException, exceptions.VSwitchAlreadyExistsException, exceptions.VSwitchDoesNotExistException, exceptions.VSwitchVLANNotFound
Enclosing class:
exceptions

public static class exceptions.SMAPIException
extends Exception

This is the parent exception for all other SMAPI Exceptions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
exceptions.SMAPIException(String msg)
          Constructs a SMAPIException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

exceptions.SMAPIException

public exceptions.SMAPIException(String msg)
Constructs a SMAPIException

Parameters:
msg - Message for the exception


Copyright © 2005