Uses of Class
com.brightcove.mediaapi.exceptions.WrapperExceptionCode

Packages that use WrapperExceptionCode
com.brightcove.mediaapi.exceptions   
 

Uses of WrapperExceptionCode in com.brightcove.mediaapi.exceptions
 

Methods in com.brightcove.mediaapi.exceptions that return WrapperExceptionCode
 WrapperExceptionCode WrapperException.getCode()
           Gets the error code reported by the wrapper
static WrapperExceptionCode WrapperExceptionCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WrapperExceptionCode[] WrapperExceptionCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.brightcove.mediaapi.exceptions with parameters of type WrapperExceptionCode
WrapperException(WrapperExceptionCode code, java.lang.String message)
           Creates a Media API Wrapper exception - this usually indicates that the server couldn't be contacted, or the response couldn't be parsed.
 



http://opensource.brightcove.com/.