ServiceException

@WebFault(name = "ServiceException", targetNamespace = "http://kartverket.no/grunnbok/wsapi/v2/exception")
open class ServiceException : Exception

This class was generated by the XML-WS Tools. XML-WS Tools 4.0.3 Generated source version: 3.0

Constructors

Link copied to clipboard
constructor(message: String, faultInfo: ServiceFaultInfo)
constructor(message: String, faultInfo: ServiceFaultInfo, cause: Throwable)

Properties

Link copied to clipboard
open val cause: Throwable
Link copied to clipboard
Java type that goes as soapenv:Fault detail element.
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String