com.iplanet.services.cdm
Class ClientException

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

public class ClientException
extends java.lang.Exception

The ClientException is thrown to indicate that there is an error in using the client detection module.

See Also:
Serialized Form

Constructor Summary
ClientException()
          Default constructor
ClientException(java.lang.String msg)
          Constructs a new ClientException with detailed message.
 
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

ClientException

public ClientException()
Default constructor

ClientException

public ClientException(java.lang.String msg)
Constructs a new ClientException with detailed message.
Parameters:
msg - The detailed message