Class ExceptionType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class ExceptionType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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:
    Serialized Form