Class ObjectInUseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ttp.epix.common.exception.ObjectInUseException
All Implemented Interfaces:
Serializable

public class ObjectInUseException extends Exception
should be thrown when the given object can't be updated or deleted because it is in use (e.g. a domain which already has persons)
Author:
geidell
See Also:
  • Constructor Details

    • ObjectInUseException

      public ObjectInUseException()
    • ObjectInUseException

      public ObjectInUseException(String message, Throwable cause)
    • ObjectInUseException

      public ObjectInUseException(String message)
    • ObjectInUseException

      public ObjectInUseException(Throwable cause)