net.praqma.jenkins.rqm.model.exception
Class LoginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.praqma.jenkins.rqm.model.exception.LoginException
All Implemented Interfaces:
Serializable

public class LoginException
extends Exception

Author:
Praqma
See Also:
Serialized Form

Field Summary
 String password
           
 String user
           
 
Constructor Summary
LoginException(String user, String password, 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
 

Field Detail

user

public final String user

password

public final String password
Constructor Detail

LoginException

public LoginException(String user,
                      String password,
                      Throwable cause)


Copyright © 2004-2014. All Rights Reserved.