public class ClientDetectionException extends Exception
ClientDetectionException
class is used to throw exceptions
whenever an error is encountered in detecting client type. This includes
errors while reading the client data.Constructor and Description |
---|
ClientDetectionException(String msg)
Constructs an instance of the
ClientDetectionException
class |
ClientDetectionException(Throwable t)
Constructs an instance of the
ClientDetectionException
class |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientDetectionException(String msg)
ClientDetectionException
classmsg
- The message provided by the object which is throwing the
exceptionpublic ClientDetectionException(Throwable t)
ClientDetectionException
classt
- The Throwable
object provided by the object
which is throwing the exception.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.