Class IncorrectPepDescriptionError

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.fraunhofer.iese.mydata.reactive.common.IncorrectPepDescriptionError
All Implemented Interfaces:
Serializable

public class IncorrectPepDescriptionError extends RuntimeException
Incorrect Pep description error Created by chattapa on 10/17/16.
See Also:
  • Constructor Details

    • IncorrectPepDescriptionError

      public IncorrectPepDescriptionError(String message)
      Instantiates a new incorrect Pep description error.
      Parameters:
      message - the message
    • IncorrectPepDescriptionError

      public IncorrectPepDescriptionError(String message, Exception causedBy)
      For wrapping exceptions.
      Parameters:
      message - Message of exception
      causedBy - caused by exception that should be wrapped.