org.objectweb.dream.protocol
Class InvalidExportIdentifierException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
- See Also:
Throwable.getMessage()
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.