Klasse ObjectInUseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ttp.epix.common.exception.ObjectInUseException
Alle implementierten Schnittstellen:
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)
Autor:
geidell
Siehe auch:
  • Konstruktordetails

    • ObjectInUseException

      public ObjectInUseException()
    • ObjectInUseException

      public ObjectInUseException(String message, Throwable cause)
    • ObjectInUseException

      public ObjectInUseException(String message)
    • ObjectInUseException

      public ObjectInUseException(Throwable cause)