Class UnimplementedException

All Implemented Interfaces:
Serializable

public class UnimplementedException extends RemoteException
Thrown when attempting to invoke a method which is unimplemented on the remote side.
See Also:
  • Constructor Details

    • UnimplementedException

      public UnimplementedException()
    • UnimplementedException

      public UnimplementedException(String message)
    • UnimplementedException

      public UnimplementedException(String message, Throwable cause)
    • UnimplementedException

      public UnimplementedException(Throwable cause)