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

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

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

Methods in com.atlassian.crowd.plugin.rest.entity that return ApplicationErrorEntity.ErrorReason
 ApplicationErrorEntity.ErrorReason ApplicationErrorEntity.getReason()
           
static ApplicationErrorEntity.ErrorReason ApplicationErrorEntity.ErrorReason.of(java.lang.Exception e)
           
static ApplicationErrorEntity.ErrorReason ApplicationErrorEntity.ErrorReason.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ApplicationErrorEntity.ErrorReason[] ApplicationErrorEntity.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 ApplicationErrorEntity.ErrorReason
ApplicationErrorEntity(ApplicationErrorEntity.ErrorReason reason, java.lang.String message)
          Constructs an error entity.
 



Copyright © 2012 Atlassian. All Rights Reserved.