public class DmrToSegmentsMigrationException extends Exception
| Constructor and Description |
|---|
DmrToSegmentsMigrationException(String messageFormat,
Object... messageArgs) |
DmrToSegmentsMigrationException(Throwable cause,
String messageFormat,
Object... messageArgs) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DmrToSegmentsMigrationException(String messageFormat, Object... messageArgs)
messageFormat - describes the exception in MessageFormatmessageArgs - Arguments for the message format.public DmrToSegmentsMigrationException(Throwable cause, String messageFormat, Object... messageArgs)
cause - the root cause for this exceptionmessageFormat - describes the exception in MessageFormatmessageArgs - Arguments for the message format.Copyright © 2020. All rights reserved.