Package org.oa4mp.delegation.server
Class UnapprovedClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.oa4mp.delegation.server.UnapprovedClientException
-
- All Implemented Interfaces:
Serializable
public class UnapprovedClientException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException
Thrown when a client that has not been approved attempts a request on the server.Created by Jeff Gaynor
on 3/27/12 at 3:03 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnapprovedClientException(String message, BaseClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseClient
getClient()
void
setClient(Client client)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnapprovedClientException
public UnapprovedClientException(String message, BaseClient client)
-
-
Method Detail
-
getClient
public BaseClient getClient()
-
setClient
public void setClient(Client client)
-
-