Class MigrationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MigrationException
    extends java.lang.Exception

    MigrationException class.

    Version:
    $Id: $
    Author:
    ranger
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MigrationException​(java.lang.String message)
      Constructor for MigrationException.
      MigrationException​(java.lang.String message, java.lang.Throwable t)
      Constructor for MigrationException.
    • 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

      • MigrationException

        public MigrationException​(java.lang.String message)

        Constructor for MigrationException.

        Parameters:
        message - a String object.
      • MigrationException

        public MigrationException​(java.lang.String message,
                                  java.lang.Throwable t)

        Constructor for MigrationException.

        Parameters:
        message - a String object.
        t - a Throwable object.