Class PartnerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.microsoft.store.partnercenter.exception.PartnerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PartnerResponseParseException

public class PartnerException
extends RuntimeException
The standard exception thrown by the partner SDK. This pertains to errors accessing the partner service. Other standard exceptions such as null argument exceptions will also be thrown in case of malformed input.
See Also:
Serialized Form