org.objectweb.dream.protocol
Class InvalidExportIdentifierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dream.protocol.InvalidExportIdentifierException
All Implemented Interfaces:
Serializable

public class InvalidExportIdentifierException
extends Exception

Exception thrown when an invalid export identifier is given to a protocol.

See Also:
Serialized Form

Constructor Summary
InvalidExportIdentifierException()
           
InvalidExportIdentifierException(String message)
           
InvalidExportIdentifierException(String message, ExportIdentifier id)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InvalidExportIdentifierException

public InvalidExportIdentifierException()
See Also:
Exception.Exception()

InvalidExportIdentifierException

public InvalidExportIdentifierException(String message)
See Also:
Exception.Exception(String)

InvalidExportIdentifierException

public InvalidExportIdentifierException(String message,
                                        ExportIdentifier id)
Parameters:
message - a message.
id - the invalide identifier.
See Also:
Exception.Exception(String)
Method Detail

getMessage

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


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