Class NameBindingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
host.anzo.simon.exceptions.NameBindingException
All Implemented Interfaces:
Serializable

public class NameBindingException extends Exception
This exception is thrown, if one uses to bind a remote object a second time. This means a remote object with the same name is already bind.
See Also:
  • Constructor Details

    • NameBindingException

      public NameBindingException(String msg)