Class ScdException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lfenergy.compas.sct.commons.exception.ScdException
All Implemented Interfaces:
Serializable

public class ScdException extends RuntimeException
Thrown when SCD is inconsistent
See Also:
  • Constructor Details

    • ScdException

      public ScdException(String message)
      Constructor
      Parameters:
      message - input (message to display)
    • ScdException

      public ScdException(String message, Throwable cause)
      Constructor
      Parameters:
      message - input (message to display)
      cause - input (cause message to display)