org.rhq.enterprise.server.exception
Class LoginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by javax.security.auth.login.LoginException
                  extended by org.rhq.enterprise.server.exception.LoginException
All Implemented Interfaces:
Serializable

public class LoginException
extends LoginException

A RHQ subclass of standard JDK LoginException

Author:
Asaf Shakarchi
See Also:
Serialized Form

Constructor Summary
LoginException()
           
LoginException(String msg)
           
 
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

LoginException

public LoginException()

LoginException

public LoginException(String msg)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.