Package de.codecentric.cxf.common
Class BootStarterCxfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.codecentric.cxf.common.BootStarterCxfException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CxfSpringBootMavenPropertiesNotFoundException,SeiImplClassNotFoundException,SeiNotFoundException,WebServiceClientNotFoundException
public class BootStarterCxfException extends Exception
Cxf Spring Boot Starter Basis Exception class.- Author:
- jonashackt
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BootStarterCxfException(String message)BootStarterCxfException(String message, Throwable cause)BootStarterCxfException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-