Class RemoteSystemUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.service.cmr.remoteticket.RemoteSystemUnavailableException
All Implemented Interfaces:
Serializable

public class RemoteSystemUnavailableException extends org.alfresco.error.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:
  • Constructor Details

    • RemoteSystemUnavailableException

      public RemoteSystemUnavailableException(String message)
    • RemoteSystemUnavailableException

      public RemoteSystemUnavailableException(String message, Throwable source)