Skip navigation links


com.bea.netuix.application.exception
Class DuplicateDotFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.netuix.application.exception.NetuixException
              extended by com.bea.netuix.application.exception.DuplicateObjectException
                  extended by 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

Constructor Summary
DuplicateDotFileException(String message, String newFilePath, String existingFilePath, String duplicatedLabel)
          Constructs a DuplicateObjectException with the specified detail message.

 

Method Summary
 String getDuplicatedLabel()
           
 String getExistingFilePath()
           
 String getNewFilePath()
           

 

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

DuplicateDotFileException

public DuplicateDotFileException(String message,
                                 String newFilePath,
                                 String existingFilePath,
                                 String duplicatedLabel)
Constructs a DuplicateObjectException with the specified detail message.
Parameters
message - The detail message

Method Detail

getExistingFilePath

public String getExistingFilePath()

getNewFilePath

public String getNewFilePath()

getDuplicatedLabel

public String getDuplicatedLabel()

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.