com.sun.solaris
Class SuAuthenticationFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.sun.solaris.SuAuthenticationFailureException
All Implemented Interfaces:
java.io.Serializable

public class SuAuthenticationFailureException
extends java.io.IOException

'su' failed to authenticate the given credential.

Wrong password, invalid user name, that sort of things.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
SuAuthenticationFailureException(java.lang.String message)
           
 
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

SuAuthenticationFailureException

public SuAuthenticationFailureException(java.lang.String message)


Copyright © 2009. All Rights Reserved.