org.codehaus.plexus.redback.users
Class UserNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.redback.users.UserNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class UserNotFoundException
extends java.lang.Exception

Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
UserNotFoundException(java.lang.String string)
           
UserNotFoundException(java.lang.String string, java.lang.Throwable throwable)
           
UserNotFoundException(java.lang.Throwable throwable)
           
 
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

UserNotFoundException

public UserNotFoundException(java.lang.String string)

UserNotFoundException

public UserNotFoundException(java.lang.String string,
                             java.lang.Throwable throwable)

UserNotFoundException

public UserNotFoundException(java.lang.Throwable throwable)


Copyright © 2006-2008 Codehaus. All Rights Reserved.