org.gcube.contentmanagement.contentmanager.stubs.calls.exceptions
Class InvalidDocumentException

java.lang.Object
  extended by GCUBEUnrecoverableException
      extended by org.gcube.contentmanagement.contentmanager.stubs.calls.exceptions.InvalidDocumentException

public class InvalidDocumentException
extends GCUBEUnrecoverableException

Raised when documents are invalid with respect to expectations.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
InvalidDocumentException()
           
InvalidDocumentException(java.lang.String msg)
           
InvalidDocumentException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 GCUBEFault getFault()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidDocumentException

public InvalidDocumentException()

InvalidDocumentException

public InvalidDocumentException(java.lang.String msg)

InvalidDocumentException

public InvalidDocumentException(java.lang.String msg,
                                java.lang.Throwable cause)
Method Detail

getFault

public GCUBEFault getFault()