com.iplanet.services.cdm
Class ClientException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.