KIE Remote Services :: Common 6.2.0.Final

org.kie.remote.common.rest
Class KieRemoteHttpRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kie.remote.common.rest.KieRemoteHttpRequestException
All Implemented Interfaces:
Serializable

public class KieRemoteHttpRequestException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
KieRemoteHttpRequestException(String msg)
          Create a new KieRemoteHttpRequestException with the given cause
KieRemoteHttpRequestException(String msg, Throwable cause)
          Create a new KieRemoteHttpRequestException with the given cause
 
Method Summary
 IOException getCause()
          Get IOException that triggered this request exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

KieRemoteHttpRequestException

public KieRemoteHttpRequestException(String msg,
                                     Throwable cause)
Create a new KieRemoteHttpRequestException with the given cause

Parameters:
msg -
cause -

KieRemoteHttpRequestException

public KieRemoteHttpRequestException(String msg)
Create a new KieRemoteHttpRequestException with the given cause

Parameters:
msg -
Method Detail

getCause

public IOException getCause()
Get IOException that triggered this request exception

Overrides:
getCause in class Throwable
Returns:
IOException cause

KIE Remote Services :: Common 6.2.0.Final

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