Class ClassloaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
clazzfish.monitor.exception.ClassloaderException
- All Implemented Interfaces:
Serializable
If you have some problems with the
ClassLoader
you can use this
exception here for throwing. We had some problems with the IBM classloader
under Websphere - this is the reason, why this exception was introduced.
Originally this exception was part of the PatternTesting project.
- Author:
- oliver
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassloaderException
(ClassLoader cloader, String message, Throwable cause) Instantiates a new classloader exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassloaderException
Instantiates a new classloader exception.- Parameters:
cloader
- classloader which causes problemsmessage
- error messagecause
- the cause
-