com.free2be.dimensions.device.profile
Class DeviceProfileException

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.profile.DeviceProfileException
All Implemented Interfaces:
java.io.Serializable

public class DeviceProfileException
extends DeviceException

Indicates a problem figuring out the device profile.

See Also:
Serialized Form

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

DeviceProfileException

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


DeviceProfileException

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

DeviceProfileException

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

Parameters:
message - The message associated with the exception.