Package org.opennms.core.schema
Class MigrationException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- 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
Constructors Constructor Description MigrationException(String message)Constructor for MigrationException.MigrationException(String message, 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 
 - 
 
 -