com.tivoli.twg.engine
Class AddressEntryFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.engine.AddressEntryFormatException
All Implemented Interfaces:
java.io.Serializable

public class AddressEntryFormatException
extends java.lang.Exception

Address entry format exception

See Also:
Serialized Form

Constructor Summary
AddressEntryFormatException()
          Constructs a AddressEntryFormatException with no detail message.
AddressEntryFormatException(java.lang.String s)
          Constructs a AddressEntryFormatException with the specified detail message.
 
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

AddressEntryFormatException

public AddressEntryFormatException()
Constructs a AddressEntryFormatException with no detail message.


AddressEntryFormatException

public AddressEntryFormatException(java.lang.String s)
Constructs a AddressEntryFormatException with the specified detail message.

Parameters:
s - - the detail message.