public class DesignDocumentDoesNotExistException extends DesignDocumentException
Exception to indicate that Design document does not exist in the server
Constructor and Description |
---|
DesignDocumentDoesNotExistException() |
DesignDocumentDoesNotExistException(String message) |
DesignDocumentDoesNotExistException(String message,
Throwable cause) |
DesignDocumentDoesNotExistException(Throwable cause) |
details, details, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DesignDocumentDoesNotExistException()
public DesignDocumentDoesNotExistException(String message)
public DesignDocumentDoesNotExistException(String message, Throwable cause)
public DesignDocumentDoesNotExistException(Throwable cause)
Copyright © 2015 Couchbase, Inc.