com.couchbase.client.protocol.views
Class InvalidViewException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.protocol.views.InvalidViewException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidViewException
- extends java.lang.RuntimeException
Is thrown when either the design doc or the view is not found
in the cluster.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidViewException
public InvalidViewException()
InvalidViewException
public InvalidViewException(java.lang.String message)
InvalidViewException
public InvalidViewException(java.lang.String message,
java.lang.Throwable cause)
InvalidViewException
public InvalidViewException(java.lang.Throwable cause)
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.