Class AvailableInAnotherContextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.AvailableInAnotherContextException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EntityAvailableInAnotherContextException, RelationAvailableInAnotherContextException

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

    • AvailableInAnotherContextException

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

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

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