suncertify.remoteServer
Class ServerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--suncertify.remoteServer.ServerException

public class ServerException
extends java.lang.Exception

The Exeption class that is throwm when there is a Server error.

See Also:
Serialized Form

Constructor Summary
ServerException()
          The no argument constructor.
ServerException(java.lang.String mesg)
          The single argument constructor.
 
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

ServerException

public ServerException()
The no argument constructor.

ServerException

public ServerException(java.lang.String mesg)
The single argument constructor.