Class ObjectInUseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.ObjectInUseException
All Implemented Interfaces:
Serializable

public class ObjectInUseException extends Exception
should be thrown when the given object can't be deleted
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)