Uses of Class
org.apache.shindig.gadgets.GadgetException.Code

Packages that use GadgetException.Code
org.apache.shindig.gadgets   
 

Uses of GadgetException.Code in org.apache.shindig.gadgets
 

Methods in org.apache.shindig.gadgets that return GadgetException.Code
 GadgetException.Code GadgetException.getCode()
           
static GadgetException.Code GadgetException.Code.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GadgetException.Code[] GadgetException.Code.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.shindig.gadgets with parameters of type GadgetException.Code
GadgetException(GadgetException.Code code)
           
GadgetException(GadgetException.Code code, int httpStatusCode)
           
GadgetException(GadgetException.Code code, String msg)
           
GadgetException(GadgetException.Code code, String msg, int httpStatusCode)
           
GadgetException(GadgetException.Code code, String msg, Throwable cause)
           
GadgetException(GadgetException.Code code, String msg, Throwable cause, int httpStatusCode)
           
GadgetException(GadgetException.Code code, Throwable cause)
           
GadgetException(GadgetException.Code code, Throwable cause, int httpStatusCode)
           
 



Copyright © 2007-2012. All Rights Reserved.