public class RoleGrantFailedException
extends java.lang.Exception
Modifier and Type | Class and Description |
---|---|
static class |
RoleGrantFailedException.Type |
Constructor and Description |
---|
RoleGrantFailedException(RoleGrantFailedException.Type type) |
RoleGrantFailedException(java.lang.String message,
RoleGrantFailedException.Type type) |
RoleGrantFailedException(java.lang.String message,
java.lang.Throwable cause,
RoleGrantFailedException.Type type) |
RoleGrantFailedException(java.lang.Throwable cause,
RoleGrantFailedException.Type type) |
Modifier and Type | Method and Description |
---|---|
RoleGrantFailedException.Type |
getType() |
public RoleGrantFailedException(RoleGrantFailedException.Type type)
public RoleGrantFailedException(java.lang.String message, java.lang.Throwable cause, RoleGrantFailedException.Type type)
public RoleGrantFailedException(java.lang.String message, RoleGrantFailedException.Type type)
public RoleGrantFailedException(java.lang.Throwable cause, RoleGrantFailedException.Type type)
public RoleGrantFailedException.Type getType()