com.ibm.oti.shared
Class CannotSetClasspathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.oti.shared.CannotSetClasspathException
All Implemented Interfaces:
java.io.Serializable

public class CannotSetClasspathException
extends java.lang.Exception

Exception thrown if an attempt is made to modify confirmed elements of a classpath in SharedClassURLClasspathHelper.

Version:
initial
Author:
OTI
See Also:
Serialized Form

Constructor Summary
CannotSetClasspathException(java.lang.String msg)
          Create a new CannotSetClasspathException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CannotSetClasspathException

public CannotSetClasspathException(java.lang.String msg)
Create a new CannotSetClasspathException

Parameters:
msg - String Message to report