Package org.apache.archiva.redback.role
Class RoleManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.archiva.redback.role.RoleManagerException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PermanentRoleDeletionInvalid
,RoleExistsException
,RoleNotFoundException
public class RoleManagerException extends Exception
RoleProfileException:- Author:
- Jesse McConnell
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleManagerException(String string)
RoleManagerException(String string, Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RoleManagerException
public RoleManagerException(String string)
-
RoleManagerException
public RoleManagerException(String string, Throwable throwable)
-
-