Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends ServerException
Resource not found (table, record, namespace, database, RPC method, session).

Details use the {kind, details?} format with variants defined in NotFoundDetailKind.

See Also:
  • Method Details

    • getTableName

      public String getTableName()
      Returns the table name, if this is a table-not-found error.
      Returns:
      the table name, or null
    • getRecordId

      public String getRecordId()
      Returns the record id, if this is a record-not-found error.
      Returns:
      the record id string, or null
    • getMethodName

      public String getMethodName()
      Returns the method name, if this is a method-not-found error.
      Returns:
      the method name, or null
    • getNamespaceName

      public String getNamespaceName()
      Returns the namespace name, if this is a namespace-not-found error.
      Returns:
      the namespace name, or null
    • getDatabaseName

      public String getDatabaseName()
      Returns the database name, if this is a database-not-found error.
      Returns:
      the database name, or null
    • getSessionId

      public String getSessionId()
      Returns the session id, if this is a session-not-found error.
      Returns:
      the session id, or null