org.guvnor.common.services.project.service
Class PackageAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.uberfire.java.nio.IOException
org.uberfire.java.nio.file.FileSystemException
org.guvnor.common.services.project.service.PackageAlreadyExistsException
- All Implemented Interfaces:
- Serializable
@Portable
public class PackageAlreadyExistsException
- extends org.uberfire.java.nio.file.FileSystemException
Exception for when a new package request fails; due to it already existing. FileAlreadyExistsException cannot
be used as this is presented to the User as "File already exists"... which is not technically correct for packages
- See Also:
- Serialized Form
| Methods inherited from class org.uberfire.java.nio.file.FileSystemException |
getFile, getOtherFile, getReason |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PackageAlreadyExistsException
public PackageAlreadyExistsException()
PackageAlreadyExistsException
public PackageAlreadyExistsException(String file)
PackageAlreadyExistsException
public PackageAlreadyExistsException(String file,
String other,
String reason)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.