cern.cmw
Class CmwException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cern.cmw.CmwException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadParameter, InternalException, IOError, LostUpdates, NoConnection, NoPermission, TimeOut, TypeMismatch

public class CmwException
extends Exception

The common superclass for a number of exceptions that can be thrown by CMW. Each CmwException provides a string describing the error. This is used as the Java Exception message, available via the method getMessage.

See Also:
Serialized Form

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Copyright © 2007 CERN. All Rights Reserved.