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

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

public class UnknownPathException
extends GCUBEUnrecoverableException

Raised when identifiers fail to identify documents in a given context.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
UnknownPathException()
           
UnknownPathException(java.lang.String msg)
           
UnknownPathException(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

UnknownPathException

public UnknownPathException()

UnknownPathException

public UnknownPathException(java.lang.String msg)

UnknownPathException

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

getFault

public GCUBEFault getFault()