Class RepositoryMappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.evolveum.midpoint.repo.sqlbase.mapping.RepositoryMappingException
-
- All Implemented Interfaces:
Serializable
public class RepositoryMappingException extends RuntimeException
Runtime exception wrapping other exception that occurred during object transformation inside mapping (e.g. tuple to schema object).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryMappingException(String message, Throwable cause)
RepositoryMappingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-