Uses of Class
com.atlassian.crowd.plugin.rest.entity.ErrorEntity.ErrorReason

Packages that use ErrorEntity.ErrorReason
com.atlassian.crowd.plugin.rest.entity   
 

Uses of ErrorEntity.ErrorReason in com.atlassian.crowd.plugin.rest.entity
 

Methods in com.atlassian.crowd.plugin.rest.entity that return ErrorEntity.ErrorReason
 ErrorEntity.ErrorReason ErrorEntity.getReason()
           
static ErrorEntity.ErrorReason ErrorEntity.ErrorReason.of(java.lang.Exception e)
           
static ErrorEntity.ErrorReason ErrorEntity.ErrorReason.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ErrorEntity.ErrorReason[] ErrorEntity.ErrorReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type ErrorEntity.ErrorReason
ErrorEntity(ErrorEntity.ErrorReason reason, java.lang.String message)
          Constructs an error entity.
 



Copyright © 2010 Atlassian. All Rights Reserved.