org.iperg.part.core
Class IpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.iperg.part.core.IpException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IpAlreadyConnectedException, IpInvalidUrlException, IpNoSuchPropertyException, IpTimeoutException, IpVetoException

public class IpException
extends java.lang.Exception

The IpException class is the super class of all IPerG exceptions.

Version:
1.0.0 Initial version
Author:
Olov Stahl - olovs@sics.se
See Also:
Serialized Form

Constructor Summary
IpException()
           
IpException(java.lang.String message)
           
 
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

IpException

public IpException()

IpException

public IpException(java.lang.String message)