com.ibm.dse.clientserver
Class DSENoRegisteredDeviceTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.base.DSEException
                    |
                    +--com.ibm.dse.clientserver.DSENoRegisteredDeviceTypeException

public class DSENoRegisteredDeviceTypeException
extends DSEException

The DSENoRegisteredDeviceTypeException will be throw when the device type for the client request can not be identified

See Also:
Serialized Form

Fields inherited from class com.ibm.dse.base.DSEException
critical, harmless
 
Constructor Summary
DSENoRegisteredDeviceTypeException(java.lang.String aMessage)
          Constructor with a description
DSENoRegisteredDeviceTypeException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage)
          DSENoRegisteredDeviceTypeException constructor with a severity code, code and message
 
Methods inherited from class com.ibm.dse.base.DSEException
getClassName, getCode, getMethodName, getSeverity, setClassName, setCode, setMethodName, setSeverity
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DSENoRegisteredDeviceTypeException

public DSENoRegisteredDeviceTypeException(java.lang.String aMessage)
Constructor with a description
Parameters:
aMessage - java.lang.String

DSENoRegisteredDeviceTypeException

public DSENoRegisteredDeviceTypeException(java.lang.String aSeverity,
                                          java.lang.String aCode,
                                          java.lang.String aMessage)
DSENoRegisteredDeviceTypeException constructor with a severity code, code and message
Parameters:
aSeverity - java.lang.String
aCode - java.lang.String
aMessage - java.lang.String