Package org.apache.cxf.xkms.exception
Class XKMSConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.cxf.xkms.exception.XKMSException
-
- org.apache.cxf.xkms.exception.XKMSConfigurationException
-
- All Implemented Interfaces:
Serializable
public class XKMSConfigurationException extends XKMSException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XKMSConfigurationException(ResultMajorEnum resultMajor, ResultMinorEnum resultMinor, String msg)
-
Method Summary
-
Methods inherited from class org.apache.cxf.xkms.exception.XKMSException
getResultMajor, getResultMinor
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XKMSConfigurationException
public XKMSConfigurationException(ResultMajorEnum resultMajor, ResultMinorEnum resultMinor, String msg)
-
-