KIE Remote Services :: Common 6.2.0.Beta1

org.kie.remote.common.jaxb
Class JaxbException

java.lang.Object
  extended by org.kie.remote.common.jaxb.JaxbException

public class JaxbException
extends Object


Field Summary
 Exception cause
           
protected  JaxbRequestStatus status
           
protected  String url
           
 
Constructor Summary
JaxbException()
           
JaxbException(Exception e, JaxbRequestStatus status)
           
JaxbException(String requestUrl, Exception e, JaxbRequestStatus status)
           
 
Method Summary
static String convertStackTraceToString(Throwable t)
           
 Exception getCause()
           
 String getMessage()
           
 String getResult()
           
 String getStackTrace()
           
 String prettyPrint()
           
 void setCause(Exception cause)
           
 void setMessage(String message)
           
 void setResult(String result)
           
 void setStackTrace(String stackTrace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cause

public Exception cause

status

protected JaxbRequestStatus status

url

protected String url
Constructor Detail

JaxbException

public JaxbException()

JaxbException

public JaxbException(Exception e,
                     JaxbRequestStatus status)

JaxbException

public JaxbException(String requestUrl,
                     Exception e,
                     JaxbRequestStatus status)
Method Detail

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)

KIE Remote Services :: Common 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.