com.bea.netuix.application.exception
Class DuplicateDotFileException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.bea.netuix.application.exception.NetuixException
              
com.bea.netuix.application.exception.DuplicateObjectException
                  
com.bea.netuix.application.exception.DuplicateDotFileException
- All Implemented Interfaces 
 - Serializable
 
public class DuplicateDotFileException
- extends DuplicateObjectException
 
This is a subclass of DuplicateObjectException for duplicates that occur when importing
 file-based objects.
- See Also
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
DuplicateDotFileException
public DuplicateDotFileException(String message,
                                 String newFilePath,
                                 String existingFilePath,
                                 String duplicatedLabel)
- Constructs a 
DuplicateObjectException with the specified detail message.
- Parameters
 message - The detail message
 
getExistingFilePath
public String getExistingFilePath()
 
getNewFilePath
public String getNewFilePath()
 
getDuplicatedLabel
public String getDuplicatedLabel()
 
Copyright © 2011, Oracle. All rights reserved.