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
Incorrect Pep description error Created by chattapa on 10/17/16.
- See Also:
-
Constructor Summary
ConstructorDescriptionIncorrectPepDescriptionError
(String message) Instantiates a new incorrect Pep description error.IncorrectPepDescriptionError
(String message, Exception causedBy) For wrapping exceptions. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncorrectPepDescriptionError
Instantiates a new incorrect Pep description error.- Parameters:
message
- the message
-
IncorrectPepDescriptionError
For wrapping exceptions.- Parameters:
message
- Message of exceptioncausedBy
- caused by exception that should be wrapped.
-