org.drools
Class IntegrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.drools.RuntimeDroolsException
org.drools.IntegrationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PackageIntegrationException, ProcessIntegrationException, RuleIntegrationException
public class IntegrationException
- extends RuntimeDroolsException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IntegrationException
public IntegrationException()
- See Also:
Exception.Exception()
IntegrationException
public IntegrationException(String message)
- See Also:
Exception.Exception(String message)
IntegrationException
public IntegrationException(String message,
Throwable cause)
- See Also:
Exception.Exception(String message, Throwable cause)
IntegrationException
public IntegrationException(Throwable cause)
- See Also:
Exception.Exception(Throwable cause)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.