Class EntityCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.radicle.exceptions.system.EntityCreationException
All Implemented Interfaces:
Serializable

public class EntityCreationException extends RuntimeException
Exception thrown when an entity cannot be created properly.
Version:
1.0.1
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • EntityCreationException

      public EntityCreationException(String message)
      Generic constructor.
      Parameters:
      message - message
    • EntityCreationException

      public EntityCreationException(String message, Throwable throwable)
      Generic constructor with Throwable instance.
      Parameters:
      message - message
      throwable - Throwable