org.objectweb.dream.message.codec
Class CodecManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dream.message.codec.CodecManagerException
All Implemented Interfaces:
Serializable

public class CodecManagerException
extends Exception

Codec manager exception.

See Also:
Serialized Form

Field Summary
protected  String codecName
           
 
Constructor Summary
CodecManagerException(String codecName, String message)
          Constructs a new CodecManagerException
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

codecName

protected String codecName
Constructor Detail

CodecManagerException

public CodecManagerException(String codecName,
                             String message)
Constructs a new CodecManagerException

Parameters:
codecName - a codec name.
message - a message.
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable
See Also:
Object.toString()


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.