Package Summary  Overview Summary

class:StubNotFoundException [CHANGED]

  • All Implemented Interfaces:
    Serializable


    public class StubNotFoundException
    extends RemoteException
    
    A StubNotFoundException is thrown if a valid stub class could not be found for a remote object when it is exported. A StubNotFoundException may also be thrown when an activatable object is registered via the java.rmi.activation.Activatable.register method.
    Since:
    JDK11.1
    See Also:
    UnicastRemoteObject, Activatable, Serialized Form
  • All Implemented Interfaces:
    Serializable


    public class StubNotFoundException
    extends RemoteException
    
    A StubNotFoundException is thrown if a valid stub class could not be found for a remote object when it is exported. A StubNotFoundException may also be thrown when an activatable object is registered via the java.rmi.activation.Activatable.register method.
    Since:
    JDK1.1
    See Also:
    UnicastRemoteObject, Activatable, Serialized Form
  • All Implemented Interfaces:
    Serializable


    public class StubNotFoundException
    extends RemoteException
    
    A StubNotFoundException is thrown if a valid stub class could not be found for a remote object when it is exported. A StubNotFoundException may also be thrown when an activatable object is registered via the java.rmi.activation.Activatable.register method.
    Since:
    1.1
    See Also:
    UnicastRemoteObject, Activatable, Serialized Form

constructor:StubNotFoundException(java.lang.String) [CHANGED]

  • StubNotFoundException

    public StubNotFoundException(String s)
    Constructs a StubNotFoundException with the specified detail message.
    Parameters:
    s - the detail message
    Since:
    JDK11.1
  • StubNotFoundException

    public StubNotFoundException(String s)
    Constructs a StubNotFoundException with the specified detail message.
    Parameters:
    s - the detail message
    Since:
    JDK1.1
  • StubNotFoundException

    public StubNotFoundException(String s)
    Constructs a StubNotFoundException with the specified detail message.
    Parameters:
    s - the detail message
    Since:
    1.1

constructor:StubNotFoundException(java.lang.String, java.lang.Exception) [CHANGED]

  • StubNotFoundException

    public StubNotFoundException(String s,
                                 Exception ex)
    Constructs a StubNotFoundException with the specified detail message and nested exception.
    Parameters:
    s - the detail message
    ex - the nested exception
    Since:
    JDK11.1
  • StubNotFoundException

    public StubNotFoundException(String s,
                                 Exception ex)
    Constructs a StubNotFoundException with the specified detail message and nested exception.
    Parameters:
    s - the detail message
    ex - the nested exception
    Since:
    JDK1.1
  • StubNotFoundException

    public StubNotFoundException(String s,
                                 Exception ex)
    Constructs a StubNotFoundException with the specified detail message and nested exception.
    Parameters:
    s - the detail message
    ex - the nested exception
    Since:
    1.1

© 2017 Oracle Corporation and/or its affiliates