com.ibm.oti.shared

Class CannotSetClasspathException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.oti.shared.CannotSetClasspathException
All implemented interfaces:
java.io.Serializable

  1. public class CannotSetClasspathException
  2. 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

Constructor and Description
CannotSetClasspathException(java.lang.String msg)
Create a new CannotSetClasspathException

Method Summary

Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

CannotSetClasspathException

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

Parameters:
msg - String Message to report