Package com.spotify.dns
Class DnsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.spotify.dns.DnsException
-
- All Implemented Interfaces:
Serializable
public class DnsException extends RuntimeException
RuntimeException thrown by the Spotify DNS library.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DnsException()DnsException(String message)DnsException(String message, Throwable cause)DnsException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-