Package edu.uiuc.ncsa.security.core.exceptions
Where the exceptions live. All of these extends
GeneralException
and are therefore RuntimeException
s.
Created by Jeff Gaynor
on 4/18/23 at 6:15 AM
-
Exception Summary Exception Description CircularReferenceException Created by Jeff Gaynor
on 2/19/19 at 7:19 PMConnectionException Created by Jeff Gaynor
on 2/6/14 at 1:52 PMDestroyedException Used by caches, this is thrown if an attempt to write to the cache is made after the cache has had itsdestroy
method invoked.FilePermissionsException Created by Jeff Gaynor
on 7/25/13 at 4:28 PMFunctorRuntimeException Created by Jeff Gaynor
on 2/26/19 at 9:25 AMGeneralException Top-level exception.IllegalAccessException Created by Jeff Gaynor
on 10/13/16 at 3:12 PMInvalidAlgorithmException Created by Jeff Gaynor
on 5/4/21 at 6:08 AMInvalidCertRequestException Created by Jeff Gaynor
on 1/8/14 at 10:53 AMInvalidSignatureException Created by Jeff Gaynor
on 5/4/21 at 6:07 AMInvalidTimestampException Thrown when an invalid timestamp (such as from parsing a date) is encountered.InvalidTokenException Created by Jeff Gaynor
on 10/23/13 at 10:37 AMInvalidURIException Created by Jeff Gaynor
on 7/25/16 at 10:50 AMMissingContentException Created by Jeff Gaynor
on 12/6/22 at 4:16 PMMyConfigurationException Exception thrown when there is a problem reading a configuration or interpreting the configuration.NFWException For "No F-ing Way" Exception.NotImplementedException For methods that have not been implemented.RetryException This is thrown by servlets to indicate that an error has occurred (on user input) that requires that the page be redisplayed with an error message.ServerRedirectException For cases where a server throws an exception internally but returns a redirect.ServerSideException An exception that wraps a server-side exception.TransactionNotFoundException Thrown when an attempt to retrieve a supposedly pending transaction fails.UninitializedException Thrown when an attempt to write to a store is made before it has been initialized.UnknownClientException Thrown when an attempt has been made to retrieve a non-existent client.UnknownOptionException Thrown by command line clients when the user attempts to invoke a command (i.e.UnregisteredObjectException Created by Jeff Gaynor
on 5/20/16 at 11:23 AMUnsupportedJWTTypeException Created by Jeff Gaynor
on 5/4/21 at 6:11 AMUnsupportedProtocolException An exception when an unsupported protocol in a request is encountered.UnsupportedVersionException Created by Jeff Gaynor
on 9/25/18 at 8:31 AM