Class TechnicalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.enterprise.spring.boot.common.exception.TechnicalException
- All Implemented Interfaces:
java.io.Serializable
public class TechnicalException
extends java.lang.RuntimeException
There was a technical problem that prevented the operation from completing.
- Author:
- Malte Geßner
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TechnicalException(java.lang.String message)TechnicalException(java.lang.String code, java.lang.String description)TechnicalException(java.lang.String code, java.lang.String description, java.lang.Throwable cause)message and cause.TechnicalException(java.lang.String message, java.lang.Throwable cause) -
Method Summary
Modifier and Type Method Description java.lang.StringgetCode()java.lang.StringgetDescription()
-
Constructor Details
-
TechnicalException
public TechnicalException(java.lang.String code, java.lang.String description, java.lang.Throwable cause)message and cause.- Parameters:
code- messagedescription- descriptioncause- cause
-
TechnicalException
public TechnicalException(java.lang.String code, java.lang.String description) -
TechnicalException
public TechnicalException(java.lang.String message) -
TechnicalException
public TechnicalException(java.lang.String message, java.lang.Throwable cause)
-
-
Method Details
-
getCode
public java.lang.String getCode() -
getDescription
public java.lang.String getDescription()
-