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.servlet.storage.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, BaseClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseClient
getClient()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClientRegistrationRetryException
public ClientRegistrationRetryException(String message, Throwable cause, BaseClient client)
-
-
Method Detail
-
getClient
public BaseClient getClient()
-
-