Class AbstractRegistrationServlet.ClientRegistrationRetryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- edu.uiuc.ncsa.security.core.exceptions.RetryException
-
- org.oa4mp.server.api.storage.servlet.AbstractRegistrationServlet.ClientRegistrationRetryException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractRegistrationServlet
public static class AbstractRegistrationServlet.ClientRegistrationRetryException extends edu.uiuc.ncsa.security.core.exceptions.RetryException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientRegistrationRetryException(String message, Throwable cause, org.oa4mp.delegation.common.storage.clients.BaseClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.oa4mp.delegation.common.storage.clients.BaseClientgetClient()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-