com.ibm.portal.devicesupport
Class DeviceClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)