Class OwnerNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.vpro.domain.media.exceptions.OwnerNotFoundException
All Implemented Interfaces:
Serializable

public class OwnerNotFoundException extends RuntimeException
See Also:
  • Constructor Details

    • OwnerNotFoundException

      public OwnerNotFoundException()
    • OwnerNotFoundException

      public OwnerNotFoundException(MediaObject owner)
    • OwnerNotFoundException

      public OwnerNotFoundException(String message, Throwable cause)
    • OwnerNotFoundException

      public OwnerNotFoundException(Throwable cause)
    • OwnerNotFoundException

      public OwnerNotFoundException(String message)