suncertify.remoteClient
Class ClientException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--suncertify.remoteClient.ClientException

public class ClientException
extends java.lang.Exception

The customized Exception class to denote DataClient Exceptions. If there was a remote Exception while communicating with the remote Server, a ClientException is thrown with the embedded exception's message.

See Also:
Serialized Form

Constructor Summary
ClientException()
          The no argument constructor.
ClientException(java.lang.String mesg)
          The constructor that accepts a java.lang.String argument.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientException

public ClientException()
The no argument constructor.

ClientException

public ClientException(java.lang.String mesg)
The constructor that accepts a java.lang.String argument.