org.eclipse.m2m.atl.profiler.core.exception
Class NoRegisteredOperationFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.m2m.atl.profiler.core.exception.NoRegisteredOperationFoundException
All Implemented Interfaces:
java.io.Serializable

public class NoRegisteredOperationFoundException
extends java.lang.Exception

An thrown when an operation isn't found.

See Also:
Serialized Form

Constructor Summary
NoRegisteredOperationFoundException(java.lang.String msg)
          Creates an exception with the given 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

NoRegisteredOperationFoundException

public NoRegisteredOperationFoundException(java.lang.String msg)
Creates an exception with the given message.

Parameters:
msg - the message

Copyright 2007 IBM Corporation and others.
All Rights Reserved.