Class ExceptionWrapper

  • All Implemented Interfaces:
    Serializable

    public class ExceptionWrapper
    extends edu.uiuc.ncsa.security.core.exceptions.GeneralException
    A wrapper around an exception that includes any client active at the time. This is used by the exception interception machinery for consumption by the error servlet.

    Created by Jeff Gaynor
    on 9/5/12 at 11:37 AM

    See Also:
    Serialized Form
    • Constructor Detail

      • ExceptionWrapper

        public ExceptionWrapper​(Throwable cause,
                                Client client)
    • Method Detail

      • getClient

        public Client getClient()
      • setClient

        public void setClient​(Client client)