FourMS
Class ConversionAlreadyRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by FourMS.ConversionAlreadyRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class ConversionAlreadyRegisteredException
extends java.lang.Exception

This exception is raised when an object attempts to register more than one 4MS input/output conversion on a specified parameter in a 4MS message.

See Also:
Serialized Form

Constructor Summary
ConversionAlreadyRegisteredException(java.lang.String Msg)
           
 
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

ConversionAlreadyRegisteredException

public ConversionAlreadyRegisteredException(java.lang.String Msg)