Package org.oa4mp.delegation.server
Class NoSuchClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.oa4mp.delegation.server.NoSuchClientException
-
- All Implemented Interfaces:
Serializable
public class NoSuchClientException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException
Created by Jeff Gaynor
on 6/1/23 at 10:09 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchClientException()
NoSuchClientException(String message)
NoSuchClientException(String message, Throwable cause)
NoSuchClientException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-