Class ComExceptionRemoteClassNotFound

All Implemented Interfaces:
Serializable

public class ComExceptionRemoteClassNotFound
extends ComException
Thrown when a typeDefinition received from the remote host contains a type that can't be resolved to an exiting class on the local system.
See Also:
Serialized Form
  • Constructor Details

    • ComExceptionRemoteClassNotFound

      public ComExceptionRemoteClassNotFound​(String typeName)
      Constructs a ComExceptionRemoteClassNotFound with no detail message.
      Parameters:
      typeName - the type name of the missing class