Package com.waveset.exception

Exception Summary
AlreadyExists  
ConfigurationError Deprecated. - Use com.waveset.util.ConfigurationError.
ConflictingAttributeSet  
DebuggerControlFlowException A special class of exceptions which don't imply any kind of actual error.
DeprovisionRequired An exception thrown when an attempt is made to delete a Waveset account for which resource accounts still exist.
FormValidation An exception thrown to indicate one or more validation errors encountered during form processing.
IOException Deprecated. - Use com.waveset.util.IOException.
ItemNotFound  
ItemNotLocked  
LimitExceeded  
LockedByAnother  
MissingAttribute An exception thrown by the provisioner when an attempt is made to create a new account, but there are one or more required user account attributes missing.
MultipleAttributeSet  
ObjectInUse An exception thrown on an attempt to delete an object that is being referenced by some other object.
ObjectProtected An exception thrown on an attempt to delete an object that is protected from deletion.
OperationTimedOut An exception thrown when a blocking operation has timed out.
PolicyMissing An exception thrown when a policy cannot be found.
PolicyViolation An exception thrown when a policy has been violated.
PriorTaskResults An exception thrown on an attempt to delete an object that is being referenced by some other object.
ReportTerminated An exception used by the report tasks to indicate if a task has been terminated.
RoleExclusion  
ServiceNotResponding An exception thrown when a service such as a resource, gateway, database, SMTP server, etc.
TaskExists An exception thrown on an attempt to delete an object that is being referenced by some other object.
UnsupportedOperationException A Lighthouse-specific analog to java.lang.UnsupportedOperationException.
ValidationFailed An exception thrown when validation fails for an object that is being created or modified.
XmlParseException Deprecated. - Use com.waveset.util.XmlParseException.