org.dawb.common.util.list
Class IntersectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dawb.common.util.list.IntersectionException
All Implemented Interfaces:
java.io.Serializable

public class IntersectionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
IntersectionException()
           
IntersectionException(java.lang.String message)
           
IntersectionException(java.lang.String message, java.lang.Throwable cause)
           
IntersectionException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getFirstName()
           
 java.lang.String getSecondName()
           
 void setFirstName(java.lang.String firstName)
           
 void setSecondName(java.lang.String secondName)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntersectionException

public IntersectionException()

IntersectionException

public IntersectionException(java.lang.String message)
Parameters:
message -

IntersectionException

public IntersectionException(java.lang.Throwable cause)
Parameters:
cause -

IntersectionException

public IntersectionException(java.lang.String message,
                             java.lang.Throwable cause)
Parameters:
message -
cause -
Method Detail

getFirstName

public java.lang.String getFirstName()
Returns:
Returns the firstName.

setFirstName

public void setFirstName(java.lang.String firstName)
Parameters:
firstName - The firstName to set.

getSecondName

public java.lang.String getSecondName()
Returns:
Returns the secondName.

setSecondName

public void setSecondName(java.lang.String secondName)
Parameters:
secondName - The secondName to set.