Class IsRelatedToAvailableInAnotherContextException

All Implemented Interfaces:
Serializable

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

    • IsRelatedToAvailableInAnotherContextException

      public IsRelatedToAvailableInAnotherContextException(String message)
      Instantiates a new checks if is related to available in another context exception.
      Parameters:
      message - the message
    • IsRelatedToAvailableInAnotherContextException

      public IsRelatedToAvailableInAnotherContextException(Throwable cause)
      Instantiates a new checks if is related to available in another context exception.
      Parameters:
      cause - the cause
    • IsRelatedToAvailableInAnotherContextException

      public IsRelatedToAvailableInAnotherContextException(String message, Throwable cause)
      Instantiates a new checks if is related to available in another context exception.
      Parameters:
      message - the message
      cause - the cause