Class DmrToSegmentsMigrationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DmrToSegmentsMigrationException
    extends java.lang.Exception
    Thrown when the migration of a resource from legacy to segment based dmrs fails.
    Since:
    1.22
    Author:
    Lucas Koehler
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DmrToSegmentsMigrationException

        public DmrToSegmentsMigrationException​(java.lang.String messageFormat,
                                               java.lang.Object... messageArgs)
        Parameters:
        messageFormat - describes the exception in MessageFormat
        messageArgs - Arguments for the message format.
      • DmrToSegmentsMigrationException

        public DmrToSegmentsMigrationException​(java.lang.Throwable cause,
                                               java.lang.String messageFormat,
                                               java.lang.Object... messageArgs)
        Parameters:
        cause - the root cause for this exception
        messageFormat - describes the exception in MessageFormat
        messageArgs - Arguments for the message format.