public class MigrationException
extends java.lang.Exception
IMigrationPostprocessor| Constructor and Description |
|---|
MigrationException()
Creates an instance of the exception without message or cause
|
MigrationException(java.lang.String message)
Creates an instance of the exception with the given message
|
MigrationException(java.lang.String message,
java.lang.Throwable cause)
Creates an instance of the exception with the given message and cause
|
MigrationException(java.lang.Throwable cause)
Creates an instance of the exception with the given cause
|
public MigrationException()
public MigrationException(java.lang.String message)
message - exception messagepublic MigrationException(java.lang.Throwable cause)
cause - exception causepublic MigrationException(java.lang.String message,
java.lang.Throwable cause)
message - exception messagecause - exception causeCopyright © 2024 Gentics Software GmbH. All rights reserved.