Class ProvisioningManager.ProvisionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.castlabs.android.drm.ProvisioningManager.ProvisionException
All Implemented Interfaces:
Serializable
Enclosing class:
ProvisioningManager

public static final class ProvisioningManager.ProvisionException extends Exception
Exception thrown when there is an issue with provisioning.
See Also:
  • Constructor Details

    • ProvisionException

      public ProvisionException(@NonNull Exception cause)
      Creates a new ProvisionException.
      Parameters:
      cause - The cause of the exception.