Class PositionImportFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.sol.exceptions.PositionImportFailureException
All Implemented Interfaces:
Serializable

public class PositionImportFailureException extends RuntimeException
Exception for failures during the position import process.
Version:
2.0.3
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • PositionImportFailureException

      public PositionImportFailureException(String message)
      Creates the exception.
      Parameters:
      message - message
    • PositionImportFailureException

      public PositionImportFailureException(String message, Throwable throwable)
      Creates the exception.
      Parameters:
      message - message
      throwable - Throwable