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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IncorrectPepDescriptionError(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.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
IncorrectPepDescriptionErrorpublic IncorrectPepDescriptionError(String message) Instantiates a new incorrect Pep description error.- Parameters:
- message- the message
 
 
- 
 
-