com.adobe.flashaccess.sdk.media.drm.keys
Class KeyRetrievalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.flashaccess.sdk.media.drm.keys.KeyRetrievalException
All Implemented Interfaces:
java.io.Serializable

public class KeyRetrievalException
extends java.lang.Exception

Exception thrown when an error occurs while obtaining a key.

See Also:
Serialized Form

Field Summary
static int ERR_KEY_RETRIEVAL_FAILED
          Generic error code.
 
Method Summary
 int getErrorCode()
          Gets the error code.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR_KEY_RETRIEVAL_FAILED

public static final int ERR_KEY_RETRIEVAL_FAILED
Generic error code. Subclasses may define more specific error codes.

See Also:
Constant Field Values
Method Detail

getErrorCode

public int getErrorCode()
Gets the error code.

Returns:
The error code.


[an error occurred while processing this directive] [an error occurred while processing this directive]