PodCurrentlyInCreationException class

Exception thrown when a pod is currently in the process of being created.

This exception typically occurs when a pod is being created and another pod depends on it, but the pod is still in the process of being created.

Example:

throw PodCurrentlyInCreationException('Pod is currently in creation');
Inheritance
Implemented types

Constructors

PodCurrentlyInCreationException({String? msg, required String name, Throwable? cause})
Exception thrown when a pod is currently in the process of being created.

Properties

cause Object?
The underlying cause of this exception, if any.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
The message describing the error.
finalinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace
The associated stack trace.
finalinherited

Methods

getCause() Object
The cause of this exception, if any.
inherited
getMessage() String
The message associated with this exception.
inherited
getStackTrace() StackTrace
The stack trace associated with this exception.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited