org.littleshoot.dnssec4j
Class DNSSECException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.littleshoot.dnssec4j.DNSSECException
All Implemented Interfaces:
Serializable

public class DNSSECException
extends Exception

Exception thrown when there's a problem with a DNS signature.

See Also:
Serialized Form

Constructor Summary
DNSSECException()
           
DNSSECException(String reason)
           
DNSSECException(String reason, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DNSSECException

public DNSSECException()

DNSSECException

public DNSSECException(String reason)

DNSSECException

public DNSSECException(String reason,
                       Throwable cause)


Copyright © 2011-2013 LittleShoot. All Rights Reserved.