|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.naming.NamingException
org.apache.directory.server.core.interceptor.InterceptorException
public class InterceptorException
A NamingException that wraps uncaught runtime exceptions thrown
from Interceptors.
| Field Summary |
|---|
| Fields inherited from class javax.naming.NamingException |
|---|
remainingName, resolvedName, resolvedObj, rootException |
| Constructor Summary | |
|---|---|
InterceptorException(Interceptor interceptor)
Creates an InterceptorException without a message. |
|
InterceptorException(Interceptor interceptor,
java.lang.String explanation)
Creates an InterceptorException with a custom message. |
|
InterceptorException(Interceptor interceptor,
java.lang.String explanation,
java.lang.Throwable rootCause)
Creates an InterceptorException without a message. |
|
InterceptorException(Interceptor interceptor,
java.lang.Throwable rootCause)
Creates an InterceptorException without a message. |
|
| Method Summary | |
|---|---|
Interceptor |
getInterceptor()
Gets the interceptor this exception is associated with. |
| Methods inherited from class javax.naming.NamingException |
|---|
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InterceptorException(Interceptor interceptor)
interceptor - the Interceptor causing the failure
public InterceptorException(Interceptor interceptor,
java.lang.String explanation)
interceptor - the Interceptor causing the failureexplanation - String explanation of why the Interceptor failed
public InterceptorException(Interceptor interceptor,
java.lang.Throwable rootCause)
interceptor - the Interceptor causing the failurerootCause - the root cause of this exception
public InterceptorException(Interceptor interceptor,
java.lang.String explanation,
java.lang.Throwable rootCause)
interceptor - the Interceptor causing the failureexplanation - String explanation of why the Interceptor failedrootCause - the root cause of this exception| Method Detail |
|---|
public Interceptor getInterceptor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||