Class FailedChildDomainDeletionException

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

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

    • FailedChildDomainDeletionException

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