com.ibm.portal.devicesupport
Class DeviceClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.devicesupport.DeviceClassException
All Implemented Interfaces:
Localized, java.io.Serializable

public abstract class DeviceClassException
extends java.lang.Exception
implements Localized

Base class for all exception generated by the device support component.

Since:
7.0.0.2
See Also:
Serialized Form

Constructor Summary
protected DeviceClassException()
           
protected DeviceClassException(java.lang.String arg0)
           
protected DeviceClassException(java.lang.String arg0, java.lang.Throwable arg1)
           
protected DeviceClassException(java.lang.Throwable arg0)
           
 
Method Summary
 
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
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 

Constructor Detail

DeviceClassException

protected DeviceClassException()
See Also:
Exception.Exception()

DeviceClassException

protected DeviceClassException(java.lang.String arg0,
                               java.lang.Throwable arg1)
See Also:
Exception.Exception(String, Throwable)

DeviceClassException

protected DeviceClassException(java.lang.String arg0)
See Also:
Exception.Exception(String)

DeviceClassException

protected DeviceClassException(java.lang.Throwable arg0)
See Also:
Exception.Exception(Throwable)