com.adobe.flashaccess.sdk.media.drm
Class WarningMessage

java.lang.Object
  extended by com.adobe.flashaccess.sdk.media.drm.WarningMessage

public class WarningMessage
extends java.lang.Object

Contains warning information. Warnings do not necessarily indicate that an operation has failed, but may indicate conditions of which the caller may want to be aware.


Method Summary
 java.lang.String getMessage()
          Gets the detailed message.
 java.lang.String getSource()
          Gets the source of the warning (the component which issued the warning).
 int getStatusCode()
          Gets the source-specific code indicating the meaning of the warning.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSource

public java.lang.String getSource()
Gets the source of the warning (the component which issued the warning).

Returns:
The source of the warning.

getStatusCode

public int getStatusCode()
Gets the source-specific code indicating the meaning of the warning. Each source may define its own set of warning codes.

Returns:
The warning code.

getMessage

public java.lang.String getMessage()
Gets the detailed message.

Returns:
The detailed message.


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