org.cruxframework.crux.core.shared.rpc.st
Class SensitiveMethodAlreadyBeingProcessedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
SensitiveMethodAlreadyBeingProcessedException()
           
SensitiveMethodAlreadyBeingProcessedException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SensitiveMethodAlreadyBeingProcessedException

public SensitiveMethodAlreadyBeingProcessedException()

SensitiveMethodAlreadyBeingProcessedException

public SensitiveMethodAlreadyBeingProcessedException(String message)
Parameters:
message -


Copyright © 2014. All rights reserved.