| com.metaboss.sdlctools.models.ModelRepositoryRuntimeException
ModelRepositoryRuntimeException | public class ModelRepositoryRuntimeException extends JmiException (Code) | | Specialised exception thrown from inside of customised implementation of the Jmi interfaces
where nothing but Jmi exception can be thrown
|
ModelRepositoryRuntimeException | public ModelRepositoryRuntimeException()(Code) | | Constructs ModelRepositoryException object which does not carry message
|
ModelRepositoryRuntimeException | public ModelRepositoryRuntimeException(String pMessage)(Code) | | Constructs ModelRepositoryException object which not carry message
|
ModelRepositoryRuntimeException | public ModelRepositoryRuntimeException(String pMessage, Exception pCause)(Code) | | Constructs ModelRepositoryException with message and cause
|
ModelRepositoryRuntimeException | public ModelRepositoryRuntimeException(Exception pCause)(Code) | | Constructs ModelRepositoryException with message and cause
|
|
|