|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.authorization.AuthzException
public abstract class AuthzException
Thrown when functional processing should discontinue.
| Field Summary | |
|---|---|
static String |
BRIEF_DESC
|
| Constructor Summary | |
|---|---|
AuthzException(String message)
|
|
AuthzException(String bundleName,
String code,
String[] replacements,
String[] details,
Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class org.fcrepo.server.errors.ServerException |
|---|
getCode, getDetails, getDetails, getMessage, getMessage, setWasServer, wasServer |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String BRIEF_DESC
| Constructor Detail |
|---|
public AuthzException(String message)
public AuthzException(String bundleName,
String code,
String[] replacements,
String[] details,
Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||