Class ConsistsOfAvailableInAnotherContextException

All Implemented Interfaces:
Serializable

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

    • ConsistsOfAvailableInAnotherContextException

      public ConsistsOfAvailableInAnotherContextException(String message)
      Instantiates a new consists of available in another context exception.
      Parameters:
      message - the message
    • ConsistsOfAvailableInAnotherContextException

      public ConsistsOfAvailableInAnotherContextException(Throwable cause)
      Instantiates a new consists of available in another context exception.
      Parameters:
      cause - the cause
    • ConsistsOfAvailableInAnotherContextException

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