net.sourceforge.sconman
Class SCMLoginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.sconman.SCMException
              extended by net.sourceforge.sconman.SCMLoginException
All Implemented Interfaces:
java.io.Serializable

public class SCMLoginException
extends SCMException

Exception for login errors

Author:
mballesteros
See Also:
Serialized Form

Constructor Summary
SCMLoginException()
           
SCMLoginException(java.lang.String message)
           
SCMLoginException(java.lang.String message, java.lang.Throwable cause)
           
SCMLoginException(java.lang.Throwable cause)
           
 
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

SCMLoginException

public SCMLoginException()

SCMLoginException

public SCMLoginException(java.lang.String message)
Parameters:
message -

SCMLoginException

public SCMLoginException(java.lang.String message,
                         java.lang.Throwable cause)
Parameters:
message -
cause -

SCMLoginException

public SCMLoginException(java.lang.Throwable cause)
Parameters:
cause -


Copyright null null. All Rights Reserved.