|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.iplanet.services.cdm.ClientDetectionException
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.
Constructor Summary | |
ClientDetectionException(java.lang.String msg)
Constructs an instance of the ClientDetectionException class |
|
ClientDetectionException(java.lang.Throwable t)
Constructs an instance of the ClientDetectionException class |
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 |
public ClientDetectionException(java.lang.String msg)
ClientDetectionException
class
msg
- The message provided by the object which is throwing
the exceptionpublic ClientDetectionException(java.lang.Throwable t)
ClientDetectionException
class
t
- The Throwable
object provided by the object which
is throwing the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |