de.fhhannover.inform.trust.ifmapj.exception
Class IfmapErrorResult
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fhhannover.inform.trust.ifmapj.exception.IfmapErrorResult
- All Implemented Interfaces:
- Serializable
public class IfmapErrorResult
- extends Exception
Exception to be thrown if a MAPS replied with an ErrorResult to any of the
methods SSRC
and ARC
offers.
- Author:
- aw
- See Also:
- Serialized Form
IfmapErrorResult
public IfmapErrorResult(IfmapErrorCode errCode,
String errStr)
- Construct a
IfmapErrorResult
exception with obligatory parameters
- Parameters:
errCode
- errStr
-
- Throws:
NullPointerException
- if errStr is null
IfmapErrorResult
public IfmapErrorResult(IfmapErrorCode errCode,
String errStr,
String name)
getErrorCode
public IfmapErrorCode getErrorCode()
getErrorString
public String getErrorString()
getName
public String getName()
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2012 Trust@FHH. All Rights Reserved.