Uses of Class
org.apache.accumulo.core.security.thrift.SecurityErrorCode

Packages that use SecurityErrorCode
org.apache.accumulo.core.client   
org.apache.accumulo.core.security.thrift   
 

Uses of SecurityErrorCode in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client that return SecurityErrorCode
 SecurityErrorCode AccumuloSecurityException.getErrorCode()
           
 

Constructors in org.apache.accumulo.core.client with parameters of type SecurityErrorCode
AccumuloSecurityException(String user, SecurityErrorCode errorcode)
           
AccumuloSecurityException(String user, SecurityErrorCode errorcode, Throwable cause)
           
 

Uses of SecurityErrorCode in org.apache.accumulo.core.security.thrift
 

Fields in org.apache.accumulo.core.security.thrift declared as SecurityErrorCode
 SecurityErrorCode ThriftSecurityException.code
           
 

Methods in org.apache.accumulo.core.security.thrift that return SecurityErrorCode
static SecurityErrorCode SecurityErrorCode.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 SecurityErrorCode ThriftSecurityException.getCode()
           
static SecurityErrorCode SecurityErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SecurityErrorCode[] SecurityErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.security.thrift with parameters of type SecurityErrorCode
 ThriftSecurityException ThriftSecurityException.setCode(SecurityErrorCode code)
           
 

Constructors in org.apache.accumulo.core.security.thrift with parameters of type SecurityErrorCode
ThriftSecurityException(String user, SecurityErrorCode code)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.