Class RemoteSystemUnavailableException

  • All Implemented Interfaces:
    Serializable

    public class RemoteSystemUnavailableException
    extends AlfrescoRuntimeException
    Exception thrown if an error was received when attempting to talk with a remote system, meaning that it is unavailable.
    Since:
    4.0.2
    Author:
    Nick Burch
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoteSystemUnavailableException

        public RemoteSystemUnavailableException​(String message)
      • RemoteSystemUnavailableException

        public RemoteSystemUnavailableException​(String message,
                                                Throwable source)