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

Packages that use WrapperExceptionCode
com.brightcove.proserve.mediaapi.wrapper.exceptions   
 

Uses of WrapperExceptionCode in com.brightcove.proserve.mediaapi.wrapper.exceptions
 

Methods in com.brightcove.proserve.mediaapi.wrapper.exceptions that return WrapperExceptionCode
 WrapperExceptionCode WrapperException.getCode()
           
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're declared.
 

Constructors in com.brightcove.proserve.mediaapi.wrapper.exceptions with parameters of type WrapperExceptionCode
WrapperException(WrapperExceptionCode code, java.lang.String message)