suncertify.remoteClient
Class DataClientException

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

public class DataClientException
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 DataClientException is thrown with the embedded exception's message.

See Also:
Serialized Form

Constructor Summary
DataClientException()
          The no argument constructor.
DataClientException(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

DataClientException

public DataClientException()
The no argument constructor.

DataClientException

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