Package com.zeroc.Ice

Class LocalException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyRegisteredException, CommunicatorDestroyedException, ConnectionAbortedException, ConnectionClosedException, DispatchException, FailureException, FeatureNotSupportedException, FixedProxyException, InitializationException, NoEndpointException, NotRegisteredException, ObjectAdapterDeactivatedException, ObjectAdapterDestroyedException, ObjectAdapterIdInUseException, OperationInterruptedException, ParseException, PluginInitializationException, PropertyException, ProtocolException, SecurityException, SyscallException, TimeoutException, TwowayOnlyException

public class LocalException extends RuntimeException
Base class for all Ice exceptions not defined in Slice.

These exceptions are not checked so we inherit from RuntimeException. User exceptions are checked and therefore inherit directly from Exception.

See Also:
  • Constructor Details

    • LocalException

      public LocalException(String message)
      Constructs a LocalException with a message.
      Parameters:
      message - the detail message
    • LocalException

      public LocalException(String message, Throwable cause)
      Constructs a LocalException with a message and a cause.
      Parameters:
      message - the detail message
      cause - the cause
  • Method Details

    • ice_id

      public String ice_id()
      Returns the type ID of this exception.
      Returns:
      the type ID of this exception