cz.cuni.mff.mirovsky.account
Class ServerCommunicationFormatErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.cuni.mff.mirovsky.account.ServerCommunicationFormatErrorException
All Implemented Interfaces:
java.io.Serializable

public class ServerCommunicationFormatErrorException
extends java.lang.Exception

An exception representing an error in the format in the communication with the server (used with the authentication of the users)

See Also:
Serialized Form

Constructor Summary
ServerCommunicationFormatErrorException()
          Creates new ServerCommunicationFormatErrorException without detail message.
ServerCommunicationFormatErrorException(java.lang.String msg)
          Constructs an ServerCommunicationFormatErrorException with the specified detail message.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerCommunicationFormatErrorException

public ServerCommunicationFormatErrorException()
Creates new ServerCommunicationFormatErrorException without detail message.


ServerCommunicationFormatErrorException

public ServerCommunicationFormatErrorException(java.lang.String msg)
Constructs an ServerCommunicationFormatErrorException with the specified detail message.

Parameters:
msg - the detail message.