KIE :: Execution Server :: Services 6.2.0.Final

org.kie.server.services.api
Class KieServerRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kie.server.services.api.KieServerRuntimeException
All Implemented Interfaces:
Serializable

public class KieServerRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
KieServerRuntimeException()
           
KieServerRuntimeException(String message)
           
KieServerRuntimeException(String message, Throwable cause)
           
KieServerRuntimeException(Throwable cause)
           
 
Method Summary
 
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

KieServerRuntimeException

public KieServerRuntimeException()

KieServerRuntimeException

public KieServerRuntimeException(String message)

KieServerRuntimeException

public KieServerRuntimeException(String message,
                                 Throwable cause)

KieServerRuntimeException

public KieServerRuntimeException(Throwable cause)

KIE :: Execution Server :: Services 6.2.0.Final

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