org.objectweb.dream.message.codec
Class CodecManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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()
See Also:
Object.toString()


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