public class ViewMigrationException extends Exception
Constructor and Description |
---|
ViewMigrationException(Exception exception)
Constructor that wraps the exception that caused the view migration to fail.
|
ViewMigrationException(String message)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ViewMigrationException(String message)
message
- the error messagepublic ViewMigrationException(Exception exception)
exception
- the inner exceptionCopyright © 2019. All rights reserved.