org.codehaus.plexus.redback.users
Class PermanentUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.plexus.redback.users.UserManagerException
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
| 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 |
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.