Apache CXF API

org.apache.cxf.xkms.exception
Class XKMSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.xkms.exception.XKMSException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XKMSArgumentNotMatchException, XKMSCertificateException, XKMSConfigurationException, XKMSLocateException, XKMSNotFoundException, XKMSRequestException, XKMSTooManyResponsesException, XKMSValidateException

public class XKMSException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
XKMSException(ResultMajorEnum resultMajor, ResultMinorEnum resultMinor)
           
XKMSException(ResultMajorEnum resultMajor, ResultMinorEnum resultMinor, String msg)
           
XKMSException(ResultMajorEnum resultMajor, ResultMinorEnum resultMinor, String arg0, Throwable arg1)
           
XKMSException(String arg0)
           
XKMSException(String arg0, Throwable arg1)
           
 
Method Summary
 ResultMajorEnum getResultMajor()
           
 ResultMinorEnum getResultMinor()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XKMSException

public XKMSException(ResultMajorEnum resultMajor,
                     ResultMinorEnum resultMinor)

XKMSException

public XKMSException(ResultMajorEnum resultMajor,
                     ResultMinorEnum resultMinor,
                     String msg)

XKMSException

public XKMSException(ResultMajorEnum resultMajor,
                     ResultMinorEnum resultMinor,
                     String arg0,
                     Throwable arg1)

XKMSException

public XKMSException(String arg0)

XKMSException

public XKMSException(String arg0,
                     Throwable arg1)
Method Detail

getResultMajor

public ResultMajorEnum getResultMajor()

getResultMinor

public ResultMinorEnum getResultMinor()

Apache CXF API

Apache CXF