public class ClientException extends Exception
ClientException
is thrown to indicate that there is an
error in using the client detection module.Constructor and Description |
---|
ClientException()
Default constructor
|
ClientException(String msg)
Constructs a new
ClientException with detailed message. |
public ClientException()
public ClientException(String msg)
ClientException
with detailed message.msg
- The detailed messageCopyright © 2010-2016, ForgeRock All Rights Reserved.