Class EntityAvailableInAnotherContextException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FacetAvailableInAnotherContextException, ResourceAvailableInAnotherContextException

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

    • EntityAvailableInAnotherContextException

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

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

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