Package de.codecentric.cxf.common
Class BootStarterCxfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.codecentric.cxf.common.BootStarterCxfException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CxfSpringBootMavenPropertiesNotFoundException,SeiImplClassNotFoundException,SeiNotFoundException,WebServiceClientNotFoundException
public class BootStarterCxfException extends java.lang.ExceptionCxf Spring Boot Starter Basis Exception class.- Author:
- jonashackt
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BootStarterCxfException(java.lang.String message)BootStarterCxfException(java.lang.String message, java.lang.Throwable cause)BootStarterCxfException(java.lang.Throwable cause)
-