inria.net.lrmp
Class LrmpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--inria.net.lrmp.LrmpException
All Implemented Interfaces:
java.io.Serializable

public class LrmpException
extends java.lang.Exception

Lrmp exception that is raised when an error occurs in calling an Lrmp method.

See Also:
Serialized Form

Constructor Summary
LrmpException(java.lang.String msg)
          constructs an instance of LrmpException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LrmpException

public LrmpException(java.lang.String msg)
constructs an instance of LrmpException with the specified detail message. A detail message is an instance of String that describes this particular exception.
Parameters:
msg - the detail message.


JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.