Package de.valtech.aecu.api.service
Class AecuException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.valtech.aecu.api.service.AecuException
-
- All Implemented Interfaces:
Serializable
public class AecuException extends Exception
Thrown when the AECU service faces an error.- Author:
- Roland Gruber
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AecuException(String message)
ConstructorAecuException(String message, Throwable e)
Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-