com.iplanet.services.cdm
Class ClientDetectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.services.cdm.ClientDetectionException
All Implemented Interfaces:
java.io.Serializable

public class ClientDetectionException
extends java.lang.Exception

The ClientDetectionException class is used to throw exceptions whenever an error is encountered in detecting client type. This includes errors while reading the client data.

See Also:
Serialized Form

Constructor Summary
ClientDetectionException(java.lang.String msg)
          Constructs an instance of the ClientDetectionException class
ClientDetectionException(java.lang.Throwable t)
          Constructs an instance of the ClientDetectionException class
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientDetectionException

public ClientDetectionException(java.lang.String msg)
Constructs an instance of the ClientDetectionException class
Parameters:
msg - The message provided by the object which is throwing the exception

ClientDetectionException

public ClientDetectionException(java.lang.Throwable t)
Constructs an instance of the ClientDetectionException class
Parameters:
t - The Throwable object provided by the object which is throwing the exception.