Class ExceptionType

java.lang.Object
com.vidispine.generated.ExceptionType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class ExceptionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

Java class for ExceptionType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="ExceptionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="notFound" type="{http://xml.vidispine.com/schema/vidispine}NotFoundExceptionType"/>
         <element name="internalServer" type="{http://xml.vidispine.com/schema/vidispine}InternalServerExceptionType"/>
         <element name="forbidden" type="{http://xml.vidispine.com/schema/vidispine}ForbiddenExceptionType"/>
         <element name="notYetImplemented" type="{http://xml.vidispine.com/schema/vidispine}NotYetImplementedExceptionType"/>
         <element name="conflict" type="{http://xml.vidispine.com/schema/vidispine}ConflictExceptionType"/>
         <element name="invalidInput" type="{http://xml.vidispine.com/schema/vidispine}InvalidInputExceptionType"/>
         <element name="licenseFault" type="{http://xml.vidispine.com/schema/vidispine}LicenseExceptionType"/>
         <element name="fileAlreadyExists" type="{http://xml.vidispine.com/schema/vidispine}FileAlreadyExistsExceptionType"/>
         <element name="notAuthorized" type="{http://xml.vidispine.com/schema/vidispine}NotAuthorizedExceptionType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: