All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FacetCreationException, ResourceCreationException

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

    • EntityCreationException

      public EntityCreationException(String message)
      Instantiates a new entity creation exception.
      Parameters:
      message - the message
    • EntityCreationException

      public EntityCreationException(Throwable cause)
      Instantiates a new entity creation exception.
      Parameters:
      cause - the cause
    • EntityCreationException

      public EntityCreationException(String message, Throwable cause)
      Instantiates a new entity creation exception.
      Parameters:
      message - the message
      cause - the cause