Uses of Class
edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
Packages that use GeneralException Package Description edu.uiuc.ncsa.sas.exceptions edu.uiuc.ncsa.security.core.configuration.provider Machinery for getting a configuration.edu.uiuc.ncsa.security.core.exceptions Where the exceptions live.edu.uiuc.ncsa.security.core.inheritance A generic multiple inheritance package.edu.uiuc.ncsa.security.core.util edu.uiuc.ncsa.security.servlet edu.uiuc.ncsa.security.util.cli CLI = Command Line Interface, a basic command line for any Java application.edu.uiuc.ncsa.security.util.functor.parser edu.uiuc.ncsa.security.util.json Some utilities for working with JSON. -
-
Uses of GeneralException in edu.uiuc.ncsa.sas.exceptions
Subclasses of GeneralException in edu.uiuc.ncsa.sas.exceptions Modifier and Type Class Description class
EncryptionException
Created by Jeff Gaynor
on 8/16/22 at 6:37 AMclass
SASException
Created by Jeff Gaynor
on 8/25/22 at 7:37 AMclass
UnknownSessionException
Created by Jeff Gaynor
on 8/17/22 at 7:10 AM -
Uses of GeneralException in edu.uiuc.ncsa.security.core.configuration.provider
Subclasses of GeneralException in edu.uiuc.ncsa.security.core.configuration.provider Modifier and Type Class Description class
DefaultStoreDisabledException
An exception to be thrown if default stores are disabled. -
Uses of GeneralException in edu.uiuc.ncsa.security.core.exceptions
Subclasses of GeneralException in edu.uiuc.ncsa.security.core.exceptions Modifier and Type Class Description class
CircularReferenceException
Created by Jeff Gaynor
on 2/19/19 at 7:19 PMclass
ConnectionException
Created by Jeff Gaynor
on 2/6/14 at 1:52 PMclass
DestroyedException
Used by caches, this is thrown if an attempt to write to the cache is made after the cache has had itsdestroy
method invoked.class
FilePermissionsException
Created by Jeff Gaynor
on 7/25/13 at 4:28 PMclass
FunctorRuntimeException
Created by Jeff Gaynor
on 2/26/19 at 9:25 AMclass
IllegalAccessException
Created by Jeff Gaynor
on 10/13/16 at 3:12 PMclass
InvalidAlgorithmException
Created by Jeff Gaynor
on 5/4/21 at 6:08 AMclass
InvalidCertRequestException
Created by Jeff Gaynor
on 1/8/14 at 10:53 AMclass
InvalidSignatureException
Created by Jeff Gaynor
on 5/4/21 at 6:07 AMclass
InvalidTimestampException
Thrown when an invalid timestamp (such as from parsing a date) is encountered.class
InvalidTokenException
Created by Jeff Gaynor
on 10/23/13 at 10:37 AMclass
InvalidURIException
Created by Jeff Gaynor
on 7/25/16 at 10:50 AMclass
MissingContentException
Created by Jeff Gaynor
on 12/6/22 at 4:16 PMclass
MyConfigurationException
Exception thrown when there is a problem reading a configuration or interpreting the configuration.class
NFWException
For "No F-ing Way" Exception.class
NotImplementedException
For methods that have not been implemented.class
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.class
ServerRedirectException
For cases where a server throws an exception internally but returns a redirect.class
ServerSideException
An exception that wraps a server-side exception.class
TransactionNotFoundException
Thrown when an attempt to retrieve a supposedly pending transaction fails.class
UninitializedException
Thrown when an attempt to write to a store is made before it has been initialized.class
UnknownClientException
Thrown when an attempt has been made to retrieve a non-existent client.class
UnknownOptionException
Thrown by command line clients when the user attempts to invoke a command (i.e.class
UnregisteredObjectException
Created by Jeff Gaynor
on 5/20/16 at 11:23 AMclass
UnsupportedJWTTypeException
Created by Jeff Gaynor
on 5/4/21 at 6:11 AMclass
UnsupportedProtocolException
An exception when an unsupported protocol in a request is encountered.class
UnsupportedVersionException
Created by Jeff Gaynor
on 9/25/18 at 8:31 AM -
Uses of GeneralException in edu.uiuc.ncsa.security.core.inheritance
Subclasses of GeneralException in edu.uiuc.ncsa.security.core.inheritance Modifier and Type Class Description class
CyclicalError
Created by Jeff Gaynor
on 2/2/21 at 8:19 AMclass
UnresolvedReferenceException
Created by Jeff Gaynor
on 2/3/21 at 7:42 AM -
Uses of GeneralException in edu.uiuc.ncsa.security.core.util
Subclasses of GeneralException in edu.uiuc.ncsa.security.core.util Modifier and Type Class Description class
PoolException
Exception thrown by thePool
class under certain conditions. -
Uses of GeneralException in edu.uiuc.ncsa.security.servlet
Subclasses of GeneralException in edu.uiuc.ncsa.security.servlet Modifier and Type Class Description class
ServiceClientHTTPException
In cases where there is a problem with a request (defined as getting a non-success status code back) this will wrap the content and the status code for further processing. -
Uses of GeneralException in edu.uiuc.ncsa.security.util.cli
Subclasses of GeneralException in edu.uiuc.ncsa.security.util.cli Modifier and Type Class Description class
ArgumentNotFoundException
Created by Jeff Gaynor
on 5/17/13 at 11:13 AMclass
CommandNotFoundException
Created by Jeff Gaynor
on 5/17/13 at 11:12 AMstatic class
ConfigurableCommandsImpl.ListOnlyNotification
class
ExitException
Created by Jeff Gaynor
on 5/30/13 at 10:46 AMclass
MalformedCommandException
Created by Jeff Gaynor
on 5/17/13 at 3:20 PMclass
ShutdownException
Thrown by the command line interpreter to signal a shutdown should happen. -
Uses of GeneralException in edu.uiuc.ncsa.security.util.functor.parser
Subclasses of GeneralException in edu.uiuc.ncsa.security.util.functor.parser Modifier and Type Class Description class
ParserError
Created by Jeff Gaynor
on 7/13/18 at 2:04 PM -
Uses of GeneralException in edu.uiuc.ncsa.security.util.json
Subclasses of GeneralException in edu.uiuc.ncsa.security.util.json Modifier and Type Class Description class
JSONValueNotFoundException
Created by Jeff Gaynor
on 9/9/20 at 9:30 AM
-