ibspan.tss.agents
Class IncorrectPropertiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ibspan.tss.agents.IncorrectPropertiesException
All Implemented Interfaces:
Serializable

public class IncorrectPropertiesException
extends Exception

Thrown if processed properties are syntactically or semantically invalid.

Author:
Maciej Gawinecki
See Also:
Serialized Form

Constructor Summary
IncorrectPropertiesException(String message)
           
IncorrectPropertiesException(String msg, Throwable e)
           
 
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

IncorrectPropertiesException

public IncorrectPropertiesException(String message)

IncorrectPropertiesException

public IncorrectPropertiesException(String msg,
                                    Throwable e)