Class NoSuchPrototypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.polarion.platform.persistence.PException
com.polarion.platform.persistence.NoSuchPrototypeException
- All Implemented Interfaces:
Serializable
@Deprecated(since="3.24.4",
forRemoval=true)
public class NoSuchPrototypeException
extends PException
Deprecated, for removal: This API element is subject to removal in a future version.
Thrown by
IPrototypeService
on an
attempt to translate invalid name prototype into a prototype instance.
Can be thrown also by other methods, which operation involves such a translation.
- Author:
- dobisekm
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.NoSuchPrototypeException
(String message) Deprecated, for removal: This API element is subject to removal in a future version.NoSuchPrototypeException
(String message, Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchPrototypeException
public NoSuchPrototypeException()Deprecated, for removal: This API element is subject to removal in a future version. -
NoSuchPrototypeException
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
message
-
-
NoSuchPrototypeException
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
message
-cause
-
-
NoSuchPrototypeException
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
cause
-
-