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.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 classEncryptionExceptionCreated by Jeff Gaynor
on 8/16/22 at 6:37 AMclassSASExceptionCreated by Jeff Gaynor
on 8/25/22 at 7:37 AMclassUnknownSessionExceptionCreated 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 classDefaultStoreDisabledExceptionAn 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 classCircularReferenceExceptionCreated by Jeff Gaynor
on 2/19/19 at 7:19 PMclassConnectionExceptionCreated by Jeff Gaynor
on 2/6/14 at 1:52 PMclassDestroyedExceptionUsed by caches, this is thrown if an attempt to write to the cache is made after the cache has had itsdestroymethod invoked.classFilePermissionsExceptionCreated by Jeff Gaynor
on 7/25/13 at 4:28 PMclassFunctorRuntimeExceptionCreated by Jeff Gaynor
on 2/26/19 at 9:25 AMclassIllegalAccessExceptionCreated by Jeff Gaynor
on 10/13/16 at 3:12 PMclassInvalidAlgorithmExceptionCreated by Jeff Gaynor
on 5/4/21 at 6:08 AMclassInvalidCertRequestExceptionCreated by Jeff Gaynor
on 1/8/14 at 10:53 AMclassInvalidSignatureExceptionCreated by Jeff Gaynor
on 5/4/21 at 6:07 AMclassInvalidTimestampExceptionThrown when an invalid timestamp (such as from parsing a date) is encountered.classInvalidTokenExceptionCreated by Jeff Gaynor
on 10/23/13 at 10:37 AMclassInvalidURIExceptionCreated by Jeff Gaynor
on 7/25/16 at 10:50 AMclassMissingContentExceptionCreated by Jeff Gaynor
on 12/6/22 at 4:16 PMclassMyConfigurationExceptionException thrown when there is a problem reading a configuration or interpreting the configuration.classNFWExceptionFor "No F-ing Way" Exception.classNotImplementedExceptionFor methods that have not been implemented.classObjectNotFoundExceptionclassRetryExceptionThis 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.classServerRedirectExceptionFor cases where a server throws an exception internally but returns a redirect.classServerSideExceptionAn exception that wraps a server-side exception.classTransactionNotFoundExceptionThrown when an attempt to retrieve a supposedly pending transaction fails.classUninitializedExceptionThrown when an attempt to write to a store is made before it has been initialized.classUnknownClientExceptionThrown when an attempt has been made to retrieve a non-existent client.classUnknownOptionExceptionThrown by command line clients when the user attempts to invoke a command (i.e.classUnregisteredObjectExceptionCreated by Jeff Gaynor
on 5/20/16 at 11:23 AMclassUnsupportedJWTTypeExceptionCreated by Jeff Gaynor
on 5/4/21 at 6:11 AMclassUnsupportedProtocolExceptionAn exception when an unsupported protocol in a request is encountered.classUnsupportedVersionExceptionCreated 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 classCyclicalErrorCreated by Jeff Gaynor
on 2/2/21 at 8:19 AMclassUnresolvedReferenceExceptionCreated 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 classPoolExceptionException thrown by thePoolclass 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 classServiceClientHTTPExceptionIn 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 classArgumentNotFoundExceptionCreated by Jeff Gaynor
on 5/17/13 at 11:13 AMclassCommandNotFoundExceptionCreated by Jeff Gaynor
on 5/17/13 at 11:12 AMstatic classConfigurableCommandsImpl.ListOnlyNotificationstatic classConfigurableCommandsImpl2.ListOnlyNotificationclassExitExceptionCreated by Jeff Gaynor
on 5/30/13 at 10:46 AMclassMalformedCommandExceptionCreated by Jeff Gaynor
on 5/17/13 at 3:20 PMclassShutdownExceptionThrown by the command line interpreter to signal a shutdown should happen. -
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 classJSONValueNotFoundExceptionCreated by Jeff Gaynor
on 9/9/20 at 9:30 AM
-