Klasse RenderingControlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jupnp.model.action.ActionException
org.jupnp.support.renderingcontrol.RenderingControlException
Alle implementierten Schnittstellen:
Serializable

public class RenderingControlException extends ActionException
Autor:
Christian Bauer - Initial Contribution, Amit Kumar Mondal - Code Refactoring
Siehe auch:
  • Konstruktordetails

    • RenderingControlException

      public RenderingControlException(int errorCode, String message)
    • RenderingControlException

      public RenderingControlException(int errorCode, String message, Throwable cause)
    • RenderingControlException

      public RenderingControlException(ErrorCode errorCode, String message)
    • RenderingControlException

      public RenderingControlException(ErrorCode errorCode)
    • RenderingControlException

      public RenderingControlException(RenderingControlErrorCode errorCode, String message)
    • RenderingControlException

      public RenderingControlException(RenderingControlErrorCode errorCode)