com.free2be.dimensions.device
Class DeviceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by com.free2be.dimensions.device.DeviceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DeviceProfileException, UnsupportedDeviceException

public class DeviceException
extends javax.servlet.ServletException

See Also:
Serialized Form

Constructor Summary
DeviceException(java.lang.Exception wrapped)
          General exception for problems with Devices.
DeviceException(java.lang.String message)
          Constructs an Exception with a detailed message.
DeviceException(java.lang.String message, java.lang.Exception wrapped)
           
 
Method Summary
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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

DeviceException

public DeviceException(java.lang.Exception wrapped)
General exception for problems with Devices.


DeviceException

public DeviceException(java.lang.String message,
                       java.lang.Exception wrapped)

DeviceException

public DeviceException(java.lang.String message)
Constructs an Exception with a detailed message.

Parameters:
message - The message associated with the exception.