com.starteam.exceptions
Class LogonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.starteam.exceptions.ServerException
                  extended by com.starteam.exceptions.LogonException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PasswordExpiredException

public class LogonException
extends ServerException

An exception that is raised when logon fails due to an invalid user name or password.

See Also:
Server.logOn(java.lang.String, java.lang.String), Serialized Form

Method Summary
 boolean isUserNameValid()
          Determines whether or not the foreign archive is PVCS.
 
Methods inherited from class com.starteam.exceptions.ServerException
getAuxData, getAuxKeys, getClassName, getErrorCode, getErrorMessage, getErrorSource, getLogEntry, getMessage, getNonLocalizedMessage, getServer, getTimeLogged, isLogged, setErrorMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isUserNameValid

public boolean isUserNameValid()
Determines whether or not the foreign archive is PVCS.

Returns:
true if the foreign archive is PVCS; false otherwise.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.