ccc.migration
Class MigrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ccc.migration.MigrationException
All Implemented Interfaces:
java.io.Serializable

public class MigrationException
extends java.lang.RuntimeException

Migration specific runtime exception.

Author:
Civic Computing Ltd
See Also:
Serialized Form

Constructor Summary
MigrationException()
          Constructor.
MigrationException(java.lang.String message)
          Constructor.
MigrationException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
MigrationException(java.lang.Throwable cause)
          Constructor.
 
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()
Constructor.


MigrationException

public MigrationException(java.lang.String message,
                          java.lang.Throwable cause)
Constructor.

Parameters:
message - The message.
cause - The cause.

MigrationException

public MigrationException(java.lang.String message)
Constructor.

Parameters:
message - The message.

MigrationException

public MigrationException(java.lang.Throwable cause)
Constructor.

Parameters:
cause - The cause.


Copyright © 2010. All Rights Reserved.