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