Package org.guvnor.ala.exceptions
Class ProvisioningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.guvnor.ala.exceptions.ProvisioningException
-
- All Implemented Interfaces:
Serializable
public class ProvisioningException extends RuntimeException
ProvisioningException to be used in different Provisioning mechanisms implementations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProvisioningException(String message)ProvisioningException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-