org.jboss.seam.security.management
Class NoSuchRoleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.seam.security.management.NoSuchRoleException
- All Implemented Interfaces:
- Serializable
public class NoSuchRoleException
- extends RuntimeException
Thrown when an operation is performed on a non-existent role.
- Author:
- Shane Bryzak
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchRoleException
public NoSuchRoleException(String message)
NoSuchRoleException
public NoSuchRoleException(String message,
Throwable cause)