org.kie.remote.common.jaxb
Class JaxbException
java.lang.Object
org.kie.remote.common.jaxb.JaxbException
public class JaxbException
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cause
public Exception cause
status
protected JaxbRequestStatus status
url
protected String url
JaxbException
public JaxbException()
JaxbException
public JaxbException(Exception e,
JaxbRequestStatus status)
JaxbException
public JaxbException(String requestUrl,
Exception e,
JaxbRequestStatus status)
convertStackTraceToString
public static String convertStackTraceToString(Throwable t)
prettyPrint
public String prettyPrint()
throws JAXBException
- Throws:
JAXBException
getResult
public String getResult()
setResult
public void setResult(String result)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
getCause
public Exception getCause()
setCause
public void setCause(Exception cause)
getStackTrace
public String getStackTrace()
setStackTrace
public void setStackTrace(String stackTrace)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.