public class ModelVersioningException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ModelVersioningException(java.lang.String message)
Instantiate exception without root cause
|
ModelVersioningException(java.lang.String message,
java.lang.Throwable cause)
Instantiate exception with root cause
|
public ModelVersioningException(java.lang.String message)
message - The exception messagepublic ModelVersioningException(java.lang.String message,
java.lang.Throwable cause)
message - The exception messagecause - The root cause exception (Throwable)