org.dawb.common.util.list
Class IntersectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dawb.common.util.list.IntersectionException
- All Implemented Interfaces:
- java.io.Serializable
public class IntersectionException
- extends java.lang.Exception
- See Also:
- Serialized Form
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 |
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
-
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.