Klasse ContentDirectoryException

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

public class ContentDirectoryException extends ActionException
Autor:
Alessio Gaeta, Amit Kumar Mondal - Code Refactoring
Siehe auch:
  • Konstruktordetails

    • ContentDirectoryException

      public ContentDirectoryException(int errorCode, String message)
    • ContentDirectoryException

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

      public ContentDirectoryException(ErrorCode errorCode, String message)
    • ContentDirectoryException

      public ContentDirectoryException(ErrorCode errorCode)
    • ContentDirectoryException

      public ContentDirectoryException(ContentDirectoryErrorCode errorCode, String message)
    • ContentDirectoryException

      public ContentDirectoryException(ContentDirectoryErrorCode errorCode)