|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.internet2.middleware.shibboleth.common.ShibbolethException
edu.internet2.middleware.shibboleth.common.profile.ProfileException
edu.internet2.middleware.shibboleth.common.profile.NoProfileHandlerException
public class NoProfileHandlerException
A profile exception thrown when there are no profile handlers available to response to a given request.
Constructor Summary | |
---|---|
NoProfileHandlerException()
Constructor. |
|
NoProfileHandlerException(String message)
Constructor. |
|
NoProfileHandlerException(String message,
Throwable wrappedException)
Constructor. |
|
NoProfileHandlerException(Throwable wrappedException)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NoProfileHandlerException()
public NoProfileHandlerException(String message)
message
- exception messagepublic NoProfileHandlerException(Throwable wrappedException)
wrappedException
- exception to be wrapped by this onepublic NoProfileHandlerException(String message, Throwable wrappedException)
message
- exception messagewrappedException
- exception to be wrapped by this one
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |