Class ResourceAvailableInAnotherContextException

All Implemented Interfaces:
Serializable

public class ResourceAvailableInAnotherContextException extends EntityAvailableInAnotherContextException
The Class ResourceAvailableInAnotherContextException.
Author:
Luca Frosini (ISTI - CNR)
See Also:
  • Constructor Details

    • ResourceAvailableInAnotherContextException

      public ResourceAvailableInAnotherContextException(String message)
      Instantiates a new resource available in another context exception.
      Parameters:
      message - the message
    • ResourceAvailableInAnotherContextException

      public ResourceAvailableInAnotherContextException(Throwable cause)
      Instantiates a new resource available in another context exception.
      Parameters:
      cause - the cause
    • ResourceAvailableInAnotherContextException

      public ResourceAvailableInAnotherContextException(String message, Throwable cause)
      Instantiates a new resource available in another context exception.
      Parameters:
      message - the message
      cause - the cause