Class FailedChildDomainUpdateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.trustdeck.exception.FailedChildDomainUpdateException
All Implemented Interfaces:
Serializable

public class FailedChildDomainUpdateException extends RuntimeException
This class represents an exception when the update of a child domain failed.
Author:
Armin Müller
See Also:
  • Constructor Details

    • FailedChildDomainUpdateException

      public FailedChildDomainUpdateException(String childName)
      Constructor that also defines the name of the child domain causing the exception.
      Parameters:
      childName - the name of the exception-causing domain