org.teleal.cling.support.connectionmanager
Class ConnectionManagerException

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.connectionmanager.ConnectionManagerException
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ConnectionManagerException(ConnectionManagerErrorCode errorCode)
           
ConnectionManagerException(ConnectionManagerErrorCode errorCode, java.lang.String message)
           
ConnectionManagerException(org.teleal.cling.model.types.ErrorCode errorCode)
           
ConnectionManagerException(org.teleal.cling.model.types.ErrorCode errorCode, java.lang.String message)
           
ConnectionManagerException(int errorCode, java.lang.String message)
           
ConnectionManagerException(int errorCode, java.lang.String message, java.lang.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

ConnectionManagerException

public ConnectionManagerException(int errorCode,
                                  java.lang.String message)

ConnectionManagerException

public ConnectionManagerException(int errorCode,
                                  java.lang.String message,
                                  java.lang.Throwable cause)

ConnectionManagerException

public ConnectionManagerException(org.teleal.cling.model.types.ErrorCode errorCode,
                                  java.lang.String message)

ConnectionManagerException

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

ConnectionManagerException

public ConnectionManagerException(ConnectionManagerErrorCode errorCode,
                                  java.lang.String message)

ConnectionManagerException

public ConnectionManagerException(ConnectionManagerErrorCode errorCode)


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