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.FileSystemExceptionException 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
-
-
Constructor Summary
Constructors Constructor Description PackageAlreadyExistsException()PackageAlreadyExistsException(String file)PackageAlreadyExistsException(String file, String other, String reason)
-
Method Summary
-
Methods inherited from class org.uberfire.java.nio.file.FileSystemException
getFile, getOtherFile, getReason
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-