org.opennms.core.schema
Class MigrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.core.schema.MigrationException
All Implemented Interfaces:
Serializable

public class MigrationException
extends Exception

MigrationException class.

Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

Constructor Summary
MigrationException(String message)
          Constructor for MigrationException.
MigrationException(String message, Throwable t)
          Constructor for MigrationException.
 
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(String message)

Constructor for MigrationException.

Parameters:
message - a String object.

MigrationException

public MigrationException(String message,
                          Throwable t)

Constructor for MigrationException.

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


Copyright © 2011. All Rights Reserved.