org.teleal.cling.support.contentdirectory
Class ContentDirectoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.teleal.cling.model.action.ActionException
              extended by org.teleal.cling.support.contentdirectory.ContentDirectoryException
All Implemented Interfaces:
Serializable

public class ContentDirectoryException
extends org.teleal.cling.model.action.ActionException

Author:
Alessio Gaeta
See Also:
Serialized Form

Constructor Summary
ContentDirectoryException(ContentDirectoryErrorCode errorCode)
           
ContentDirectoryException(ContentDirectoryErrorCode errorCode, String message)
           
ContentDirectoryException(org.teleal.cling.model.types.ErrorCode errorCode)
           
ContentDirectoryException(org.teleal.cling.model.types.ErrorCode errorCode, String message)
           
ContentDirectoryException(int errorCode, String message)
           
ContentDirectoryException(int errorCode, String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.teleal.cling.model.action.ActionException
getErrorCode
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentDirectoryException

public ContentDirectoryException(int errorCode,
                                 String message)

ContentDirectoryException

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

ContentDirectoryException

public ContentDirectoryException(org.teleal.cling.model.types.ErrorCode errorCode,
                                 String message)

ContentDirectoryException

public ContentDirectoryException(org.teleal.cling.model.types.ErrorCode errorCode)

ContentDirectoryException

public ContentDirectoryException(ContentDirectoryErrorCode errorCode,
                                 String message)

ContentDirectoryException

public ContentDirectoryException(ContentDirectoryErrorCode errorCode)


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.