Class ReplicatedStorageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.facilities.replicatedstorage.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 Summary
Constructors Constructor Description ReplicatedStorageException(String message)
ReplicatedStorageException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-