Package org.oa4mp.delegation.server
Class ExceptionWrapper
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.oa4mp.delegation.server.ExceptionWrapper
-
- All Implemented Interfaces:
Serializable
public class ExceptionWrapper extends edu.uiuc.ncsa.security.core.exceptions.GeneralExceptionA 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 Summary
Constructors Constructor Description ExceptionWrapper(Throwable cause, Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientgetClient()voidsetClient(Client client)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-