Class GeneralException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArgumentNotFoundException
,CircularReferenceException
,CommandNotFoundException
,ConfigurableCommandsImpl.ListOnlyNotification
,ConnectionException
,CyclicalError
,DefaultStoreDisabledException
,DestroyedException
,ExitException
,FilePermissionsException
,FunctorRuntimeException
,IllegalAccessException
,InvalidAlgorithmException
,InvalidCertRequestException
,InvalidSignatureException
,InvalidTimestampException
,InvalidTokenException
,InvalidURIException
,JSONValueNotFoundException
,MalformedCommandException
,MissingContentException
,MyConfigurationException
,NFWException
,NotImplementedException
,ParserError
,PoolException
,RetryException
,SASException
,ServerRedirectException
,ServerSideException
,ServiceClientHTTPException
,ShutdownException
,TransactionNotFoundException
,UninitializedException
,UnknownClientException
,UnknownOptionException
,UnregisteredObjectException
,UnresolvedReferenceException
,UnsupportedJWTTypeException
,UnsupportedProtocolException
,UnsupportedVersionException
public class GeneralException extends RuntimeException
Top-level exception. This extends RuntimeException so subclasses don't have to be explicitly declared or caught.Created by Jeff Gaynor
on Jan 25, 2011 at 2:19:45 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneralException()
GeneralException(String message)
GeneralException(String message, Throwable cause)
GeneralException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-