org.cruxframework.crux.core.shared.rpc.st
Class SensitiveMethodAlreadyBeingProcessedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cruxframework.crux.core.shared.rpc.st.SensitiveMethodAlreadyBeingProcessedException
- All Implemented Interfaces:
- Serializable
public class SensitiveMethodAlreadyBeingProcessedException
- extends Exception
Represents an error caused by trying to execute simultaneously many threads
of the same sensitive method.
- Author:
- Gesse Dafe
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SensitiveMethodAlreadyBeingProcessedException
public SensitiveMethodAlreadyBeingProcessedException()
SensitiveMethodAlreadyBeingProcessedException
public SensitiveMethodAlreadyBeingProcessedException(String message)
- Parameters:
message -
Copyright © 2015. All rights reserved.