Class ReplicatedStorageException

  • All Implemented Interfaces:
    Serializable

    public class ReplicatedStorageException
    extends Exception

    Thrown when an error occurs with the RA’s replicated storage. If caught, the RA should take the appropriate action for the particular resource or protocol, eg. drop the event and respond with a nack.

    See Also:
    Serialized Form
    • Constructor Detail

      • ReplicatedStorageException

        public ReplicatedStorageException​(String message)
      • ReplicatedStorageException

        public ReplicatedStorageException​(String message,
                                          Throwable cause)