Class EprAddressMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.somda.sdc.dpws.client.exception.EprAddressMismatchException
-
- All Implemented Interfaces:
Serializable
public class EprAddressMismatchException extends RuntimeException
Exception that is thrown if the EPR address from discovery differs from the EPR address from WS-TransferGet response.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EprAddressMismatchException()EprAddressMismatchException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EprAddressMismatchException
public EprAddressMismatchException()
-
EprAddressMismatchException
public EprAddressMismatchException(String message)
-
-