Class ExceptionUtil
java.lang.Object
com.verisign.epp.codec.change.util.ExceptionUtil
Utility class to facilitate error handling.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertForDecode(Object attr, String name) static voidassertForDecode(List list, String name) static voidassertForEncode(Object attr, String name) static voidassertForEncode(List list, String name) static voidsleepIgnoreException(long time)
-
Constructor Details
-
ExceptionUtil
public ExceptionUtil()
-
-
Method Details
-
assertForDecode
- Throws:
EPPDecodeException
-
assertForDecode
- Throws:
EPPDecodeException
-
assertForEncode
- Throws:
EPPEncodeException
-
assertForEncode
- Throws:
EPPEncodeException
-
sleepIgnoreException
public static void sleepIgnoreException(long time)
-