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(Exception e)
           
static ApplicationErrorEntity.ErrorReason ApplicationErrorEntity.ErrorReason.valueOf(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, String message)
          Constructs an error entity.
 



Copyright © 2014 Atlassian. All Rights Reserved.