cern.cmw
Class CmwInternalError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by cern.cmw.CmwInternalError
All Implemented Interfaces:
Serializable

public class CmwInternalError
extends Error

Signals a severe internal error in the controls middleware. This will typically indicate:

The CmwInternalError exception always indicates a fatal error: if it is caught in an application, then the application could not do anything but terminate.

See Also:
Serialized Form

Constructor Summary
CmwInternalError(String message)
           
 
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
 

Constructor Detail

CmwInternalError

public CmwInternalError(String message)


Copyright © 2007 CERN. All Rights Reserved.