Package com.zeroc.Ice

Class UnknownLocalException

All Implemented Interfaces:
Serializable

public final class UnknownLocalException extends UnknownException
The exception that is thrown when a dispatch failed with a LocalException that is not a DispatchException.
See Also:
  • Constructor Details

    • UnknownLocalException

      public UnknownLocalException(String message)
      Constructs an UnknownLocalException with a message.
      Parameters:
      message - the detail message
  • Method Details