suncertify.common
Class ClientNotLoggedInException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--suncertify.db.DataBaseException
                    |
                    +--suncertify.common.ClientNotLoggedInException
All Implemented Interfaces:
java.io.Serializable

public class ClientNotLoggedInException
extends DataBaseException

Exception class for signalization that client has not been logged in

See Also:
Serialized Form

Constructor Summary
ClientNotLoggedInException()
          Empty contructor
ClientNotLoggedInException(java.lang.String message)
          One prameter contructor, with the message as param
ClientNotLoggedInException(java.lang.String message, java.lang.Throwable cause)
          Contructor for chaining exception throwing
ClientNotLoggedInException(java.lang.Throwable cause)
          Contructor for chaining exception throwing
 
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

ClientNotLoggedInException

public ClientNotLoggedInException()
Empty contructor


ClientNotLoggedInException

public ClientNotLoggedInException(java.lang.String message)
One prameter contructor, with the message as param

Parameters:
message - exception message

ClientNotLoggedInException

public ClientNotLoggedInException(java.lang.String message,
                                  java.lang.Throwable cause)
Contructor for chaining exception throwing

Parameters:
message - exception message
cause - exception cause

ClientNotLoggedInException

public ClientNotLoggedInException(java.lang.Throwable cause)
Contructor for chaining exception throwing

Parameters:
cause - exceptinon cause