com.free2be.dimensions.device
Class UnsupportedDeviceException

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
                  extended by com.free2be.dimensions.device.UnsupportedDeviceException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedDeviceException
extends DeviceException

See Also:
Serialized Form

Constructor Summary
UnsupportedDeviceException(java.lang.Exception wrapped)
          Constructs an Exception without a message.
UnsupportedDeviceException(java.lang.String message)
          Constructs an Exception with a detailed message.
UnsupportedDeviceException(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

UnsupportedDeviceException

public UnsupportedDeviceException(java.lang.Exception wrapped)
Constructs an Exception without a message.


UnsupportedDeviceException

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

UnsupportedDeviceException

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

Parameters:
message - The message associated with the exception.