amber.server.exception
Class DeviceManagerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--amber.server.exception.AmberException
|
+--amber.server.exception.ApplicationException
|
+--amber.server.exception.DeviceManagerException
- All Implemented Interfaces:
- java.io.Serializable
- public class DeviceManagerException
- extends ApplicationException
This class handles the requirements for exceptions created by the
Device Manager program.
- Version:
- 1.0.0
- Author:
- Dr. David J. Knowles
- See Also:
amber.server.manager.device.DeviceManager, Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeviceManagerException
public DeviceManagerException(java.lang.String msg)
DeviceManagerException
public DeviceManagerException(int errorCode)
DeviceManagerException
public DeviceManagerException(java.lang.String msg,
java.lang.Throwable ex)
DeviceManagerException
public DeviceManagerException(java.lang.String msg,
int errorCode)
DeviceManagerException
public DeviceManagerException(java.lang.String msg,
int errorCode,
java.lang.Throwable ex)
Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.