Class FailedToRemoveExternalIdAlias

  • All Implemented Interfaces:
    Serializable

    public class FailedToRemoveExternalIdAlias
    extends IllegalStateException
    Thrown when attempted drop or reuse an external ID but it's used and this operation cannot be completed.
    Since:
    9.0
    Author:
    Leonid Bushuev from JetBrains
    See Also:
    Serialized Form
    • Constructor Detail

      • FailedToRemoveExternalIdAlias

        public FailedToRemoveExternalIdAlias​(String msg)
      • FailedToRemoveExternalIdAlias

        public FailedToRemoveExternalIdAlias​(String message,
                                             Throwable cause)