com.sybase.persistence
Class LoginRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sybase.afx.ApplicationException
                  extended by com.sybase.persistence.LoginRequiredException

public class LoginRequiredException
extends ApplicationException

This exception is thrown when the client application does not login to the server.


Constructor Summary
LoginRequiredException()
          Initializes a new instance of the LoginRequiredException class.
 
Method Summary
protected  void _init()
           
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginRequiredException

public LoginRequiredException()
Initializes a new instance of the LoginRequiredException class.

Method Detail

_init

protected void _init()