org.openliberty.arisid.stack
Class MappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openliberty.arisid.IGFException
org.openliberty.arisid.stack.MappingException
- All Implemented Interfaces:
- java.io.Serializable
public class MappingException
- extends IGFException
There was a mapping error generated when trying to map the value from an attribute authority.
Note: if there is an error mapping to an appropriate attribute, please see SchemaException
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MappingException
public MappingException()
- See Also:
Exception.Exception()
MappingException
public MappingException(java.lang.String arg0)
- See Also:
Exception.Exception(java.lang.String)
MappingException
public MappingException(java.lang.Throwable arg0)
- See Also:
Exception.Exception(java.lang.Throwable)
MappingException
public MappingException(java.lang.String arg0,
java.lang.Throwable arg1)
- See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)