org.codehaus.plexus.redback.users
Class PermanentUserException

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

public class PermanentUserException
extends UserManagerException

PermanentUserException - tossed when a forbidden action against a permanent user occurs.

Version:
$Id: PermanentUserException.java 81 2007-02-22 20:20:56Z jesse $
Author:
Joakim Erdfelt
See Also:
Serialized Form

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

PermanentUserException

public PermanentUserException()

PermanentUserException

public PermanentUserException(java.lang.String message,
                              java.lang.Throwable cause)

PermanentUserException

public PermanentUserException(java.lang.String message)

PermanentUserException

public PermanentUserException(java.lang.Throwable cause)


Copyright © 2006-2008 Codehaus. All Rights Reserved.