org.objectweb.dream.message.manager
Class UnknownChunkTypeError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.objectweb.dream.message.manager.UnknownChunkTypeError
All Implemented Interfaces:
Serializable

public class UnknownChunkTypeError
extends Error

Error thrown by a message manager when it cannot find a chunk implementation.

See Also:
Serialized Form

Constructor Summary
UnknownChunkTypeError(ChunkType type)
           
UnknownChunkTypeError(String message, ChunkType type)
           
 
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
 

Constructor Detail

UnknownChunkTypeError

public UnknownChunkTypeError(ChunkType type)
See Also:
Exception.Exception()

UnknownChunkTypeError

public UnknownChunkTypeError(String message,
                             ChunkType type)
See Also:
Exception.Exception(java.lang.String)
Method Detail

toString

public String toString()
See Also:
Object.toString()


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