Class ClassloaderException

All Implemented Interfaces:
Serializable

public class ClassloaderException extends RuntimeException
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 Details

    • ClassloaderException

      public ClassloaderException(ClassLoader cloader, String message, Throwable cause)
      Instantiates a new classloader exception.
      Parameters:
      cloader - classloader which causes problems
      message - error message
      cause - the cause