org.n52.security.common.ip
Class IPRangeParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.n52.security.common.ip.IPRangeParseException
All Implemented Interfaces:
Serializable

public class IPRangeParseException
extends RuntimeException

Thrown if parsing failed.

See Also:
Serialized Form

Constructor Summary
IPRangeParseException(String message)
           
IPRangeParseException(String message, Throwable cause)
           
IPRangeParseException(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

IPRangeParseException

public IPRangeParseException(String message)

IPRangeParseException

public IPRangeParseException(Throwable cause)

IPRangeParseException

public IPRangeParseException(String message,
                             Throwable cause)


Copyright © 2004–2014 52north.org. All rights reserved.