com.gentics.api.contentnode.migration
Class MigrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.api.contentnode.migration.MigrationException
All Implemented Interfaces:
Serializable

public class MigrationException
extends Exception

Exception that may be thrown in implementations of IMigrationPostprocessor

Author:
Taylor
See Also:
Serialized Form

Constructor Summary
MigrationException()
          Creates an instance of the exception without message or cause
MigrationException(String message)
          Creates an instance of the exception with the given message
MigrationException(String message, Throwable cause)
          Creates an instance of the exception with the given message and cause
MigrationException(Throwable cause)
          Creates an instance of the exception with the given cause
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

MigrationException

public MigrationException()
Creates an instance of the exception without message or cause


MigrationException

public MigrationException(String message)
Creates an instance of the exception with the given message

Parameters:
message - exception message

MigrationException

public MigrationException(Throwable cause)
Creates an instance of the exception with the given cause

Parameters:
cause - exception cause

MigrationException

public MigrationException(String message,
                          Throwable cause)
Creates an instance of the exception with the given message and cause

Parameters:
message - exception message
cause - exception cause


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.