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
 
| 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 | 
 
ClientDetectionException
public ClientDetectionException(java.lang.String msg)
- Constructs an instance of the ClientDetectionExceptionclass
- 
- 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 ClientDetectionExceptionclass
- 
- Parameters:
- t- The- Throwableobject provided by the object which
        is throwing the exception.
 
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.