Class 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 Detail

      • UnapprovedClientException

        public UnapprovedClientException​(String message,
                                         BaseClient client)
    • Method Detail

      • setClient

        public void setClient​(Client client)