All Implemented Interfaces:
Serializable

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

    • IsParentOfCreationException

      public IsParentOfCreationException(String message)
      Instantiates a new checks if is parent of creation exception.
      Parameters:
      message - the message
    • IsParentOfCreationException

      public IsParentOfCreationException(Throwable cause)
      Instantiates a new checks if is parent of creation exception.
      Parameters:
      cause - the cause
    • IsParentOfCreationException

      public IsParentOfCreationException(String message, Throwable cause)
      Instantiates a new checks if is parent of creation exception.
      Parameters:
      message - the message
      cause - the cause