Package org.int4.dirk.api.definition
Class AutoDiscoveryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.int4.dirk.api.definition.AutoDiscoveryException
-
- All Implemented Interfaces:
java.io.Serializable
public class AutoDiscoveryException extends java.lang.RuntimeExceptionThrown when auto discovery is allowed and the types discovered have definition problems or fail to register as a coherent whole.Never thrown when auto discovery is off.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AutoDiscoveryException(java.lang.String message, java.lang.Throwable cause)Constructs a new instance.
-