- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.oti.shared.CannotSetClasspathException
-
- All Implemented Interfaces:
Serializable
public class CannotSetClasspathException extends Exception
Exception thrown if an attempt is made to modify confirmed elements of a classpath in SharedClassURLClasspathHelper.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotSetClasspathException(String msg)
Creates a new CannotSetClasspathException.
-
Method Summary
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CannotSetClasspathException
public CannotSetClasspathException(String msg)
Creates a new CannotSetClasspathException.- Parameters:
msg
- message to report
-
-