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 Ice run-time exceptions. These exceptions are not checked so we inherit from java.lang.RuntimeException. User exceptions are checked exceptions and therefore inherit directly from java.lang.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