public class McdbDocNotFoundException extends McdbException
| Constructor and Description | 
|---|
McdbDocNotFoundException()
Create a new McdbDocNotFoundException. 
 | 
McdbDocNotFoundException(java.lang.Exception e)
Create a new McdbDocNotFoundException. 
 | 
McdbDocNotFoundException(java.lang.String message)
Create a new exception but only set the message. 
 | 
McdbDocNotFoundException(java.lang.String message,
                        java.lang.Exception e)
Create a new McdbDocNotFoundException. 
 | 
McdbDocNotFoundException(java.lang.String message,
                        java.lang.String givenDocId,
                        java.lang.String givenRevision)
Create a new McdbDocNotFoundException. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getUnfoundDocId()
Method to get the docid which couldn't be found 
 | 
java.lang.String | 
getUnfoundRevision()
Method to get the docid's revsion which couldn't be found 
 | 
getException, getMessage, toXmlpublic McdbDocNotFoundException()
public McdbDocNotFoundException(java.lang.String message,
                                java.lang.String givenDocId,
                                java.lang.String givenRevision)
message - The error or warning message.public McdbDocNotFoundException(java.lang.String message)
message - a message giving information about why the document was not foundpublic McdbDocNotFoundException(java.lang.Exception e)
e - The exception to tunnel inside this exceptionpublic McdbDocNotFoundException(java.lang.String message,
                                java.lang.Exception e)
message - The error or warning message.e - The exception to tunnel inside this exceptionCopyright © 2020 Regents of the University of California. All Rights Reserved.