com.ibm.jdg2e.serviceability
Class ServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.core.runtime.CoreException
              extended bycom.ibm.jdg2e.serviceability.ServiceException
All Implemented Interfaces:
java.io.Serializable

public class ServiceException
extends org.eclipse.core.runtime.CoreException

An exception class used in the service example.

See Also:
Serialized Form

Constructor Summary
ServiceException(java.lang.String msg)
          Constructor for ServiceException.
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceException

public ServiceException(java.lang.String msg)
Constructor for ServiceException.